Type alias NoloPlacesJSON

NoloPlacesJSON: {
    json: Place[];
    message: string;
    status: number;
}

Type declaration

  • json: Place[]
  • message: string
  • status: number