E621
    Preparing search index...

    Interface CreateArtistOptions

    interface CreateArtistOptions {
        group_name?: string;
        is_locked?: boolean;
        linked_user_id?: number | null;
        name: string;
        notes?: string;
        other_names?: string[];
        other_names_string?: string;
        url_string?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    group_name?: string
    is_locked?: boolean
    linked_user_id?: number | null
    name: string
    notes?: string
    other_names?: string[]
    other_names_string?: string
    url_string?: string