Interface BooruCredentials

interface BooruCredentials {
    query?: string;
    token?: string;
}

Properties

Properties

query?: string
token?: string