Interface GelbooruCredentials

interface GelbooruCredentials {
    apiKey: string;
    userId: string;
}

Properties

Properties

apiKey: string
userId: string