E621
    Preparing search index...

    Interface CreateAvoidPostingOptions

    interface CreateAvoidPostingOptions {
        artist_attributes?: {
            group_name?: string;
            linked_user_id?: number;
            name: string;
            other_names?: string[];
            other_names_string?: string;
        };
        details?: string;
        is_active?: boolean;
        staff_notes?: string;
    }
    Index

    Properties

    artist_attributes?: {
        group_name?: string;
        linked_user_id?: number;
        name: string;
        other_names?: string[];
        other_names_string?: string;
    }
    details?: string
    is_active?: boolean
    staff_notes?: string