PublishedTripPageHost: {
    bio: string | null;
    displayName: string | null;
    hostId?: string;
    id: string;
    pagePath?: string;
    profilePictureUrl: string | null;
    socialChannels?: SavedHost["socialChannels"];
}

Type declaration

  • bio: string | null
  • displayName: string | null
  • OptionalhostId?: string
  • id: string
  • OptionalpagePath?: string
  • profilePictureUrl: string | null
  • OptionalsocialChannels?: SavedHost["socialChannels"]