E621
    Preparing search index...

    Interface EditPostSetOptions

    interface EditPostSetOptions {
        description?: string;
        is_public?: boolean;
        name?: string;
        shortname?: string;
        transfer_on_delete?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    is_public?: boolean
    name?: string
    shortname?: string
    transfer_on_delete?: boolean