E621
    Preparing search index...

    Interface DeletePostOptions

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

    Hierarchy (View Summary)

    Index

    Properties

    commit?: "Delete"
    copy_sources?: boolean
    copy_tags?: boolean
    move_favorites?: boolean
    reason?: string