Interface NekosData

interface NekosData {
    artist: null;
    categories: Category[];
    characters: never[];
    createdAt: Date;
    id: string;
    meta: Meta;
    nsfw: string;
    original: null;
    source: _Source;
    url: string;
}

Properties

artist: null
categories: Category[]
characters: never[]
createdAt: Date
id: string
meta: Meta
nsfw: string
original: null
source: _Source
url: string

Generated using TypeDoc