Type Alias Gallery

Gallery: {
    artists: string[];
    characters: string[];
    files: HitomiImage[];
    groups: string[];
    id: number;
    languageName: { english: string | null; local: string | null };
    publishedDate: Date;
    relatedIds: number[];
    series: string[];
    tags: Tag[];
    title: { display: string; japanese: string | null };
    translations: Pick<Gallery, "id" | "languageName">[];
    type: ContentTypes;
}

Type representing the gallery object.

Type declaration

  • artists: string[]
  • characters: string[]
  • files: HitomiImage[]
  • groups: string[]
  • id: number
  • languageName: { english: string | null; local: string | null }
  • publishedDate: Date
  • relatedIds: number[]
  • series: string[]
  • tags: Tag[]
  • title: { display: string; japanese: string | null }
  • translations: Pick<Gallery, "id" | "languageName">[]
  • type: ContentTypes