E621
    Preparing search index...

    Interface DeletePostOptions

    interface DeletePostOptions {
        commit?: "Delete";
        copy_sources?: boolean;
        copy_tags?: boolean;
        dmail?: string;
        dmail_title?: string;
        move_favorites?: boolean;
        reason?: string;
    }

    Hierarchy (View Summary)

    Index
    commit?: "Delete"
    copy_sources?: boolean
    copy_tags?: boolean
    dmail?: string
    dmail_title?: string
    move_favorites?: boolean
    reason?: string