Type alias ItinerarySearchPartialContentFragment

ItinerarySearchPartialContentFragment: {
    __typename?: "ItinerarySearchNode";
    created?: string | null;
    published?: string | null;
    synopsis?: string | null;
    tags: string[];
    title?: string | null;
}

Type declaration

  • Optional __typename?: "ItinerarySearchNode"
  • Optional created?: string | null
  • Optional published?: string | null
  • Optional synopsis?: string | null
  • tags: string[]
  • Optional title?: string | null

Generated using TypeDoc