E621
    Preparing search index...

    Interface SearchArtistUrlsOptions

    interface SearchArtistUrlsOptions {
        artist?: { [key: string]: unknown };
        artist_id?: string;
        artist_name?: string;
        id?: string | number;
        is_active?: boolean;
        limit?: number;
        normalized_url?: string;
        normalized_url_matches?: string;
        order?:
            | "id_asc"
            | "id_desc"
            | "id"
            | "created_at"
            | "created_at_asc"
            | "created_at_desc"
            | "updated_at"
            | "updated_at_asc"
            | "updated_at_desc"
            | "artist_id"
            | "artist_id_asc"
            | "artist_id_desc"
            | "url"
            | "url_asc"
            | "url_desc"
            | "normalized_url"
            | "normalized_url_asc"
            | "normalized_url_desc";
        page?: number;
        url?: string;
        url_matches?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    artist?: { [key: string]: unknown }
    artist_id?: string
    artist_name?: string
    id?: string | number
    is_active?: boolean
    limit?: number
    normalized_url?: string
    normalized_url_matches?: string
    order?:
        | "id_asc"
        | "id_desc"
        | "id"
        | "created_at"
        | "created_at_asc"
        | "created_at_desc"
        | "updated_at"
        | "updated_at_asc"
        | "updated_at_desc"
        | "artist_id"
        | "artist_id_asc"
        | "artist_id_desc"
        | "url"
        | "url_asc"
        | "url_desc"
        | "normalized_url"
        | "normalized_url_asc"
        | "normalized_url_desc"
    page?: number
    url?: string
    url_matches?: string