Interface ArtistOptions

interface ArtistOptions {
    limit: IntRange<1, 100>;
    offset: number;
    policy_ai: boolean;
    policy_credit: boolean;
    policy_repost: boolean;
    search: string;
}

Properties

limit: IntRange<1, 100>
offset: number
policy_ai: boolean
policy_credit: boolean
policy_repost: boolean
search: string

Generated using TypeDoc