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 declaration
artists: string[]
characters: string[]
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 representing the gallery object.