E621
    Preparing search index...

    Interface CreatePostSetOptions

    interface CreatePostSetOptions {
        "[RawBodyShape]"?: {};
        description?: string;
        is_public?: boolean;
        name: string;
        shortname: string;
        transfer_on_delete?: boolean;
    }

    Hierarchy (View Summary)

    Index
    "[RawBodyShape]"?: {}
    description?: string
    is_public?: boolean
    name: string
    shortname: string
    transfer_on_delete?: boolean