export interface PlaceBaseV1 {
  name: string
  parent_place: string | null
  expires_at: string | null
  updated_at: string