UNPKG

nekosapi

Version:

Async wrapper for NekosAPI

12 lines 302 B
import { IntRange } from "./IntRange"; export interface CharacterOptions { search: string; age: number[]; gender: string; species: boolean; nationality: string; occupation: string; limit: IntRange<1, 100>; offset: number; } //# sourceMappingURL=characterOptions.d.ts.map