UNPKG

hentaihaven

Version:

API for accessing hentaihaven.org

14 lines (13 loc) 305 B
export declare type WPLinks<T extends string> = { [K in T | 'self' | 'collection' | 'about']: { href: string; embeddable?: boolean; taxonomy?: string; }[]; } & { curies: { name: string; href: string; templated: boolean; }[]; };