E621
    Preparing search index...

    Interface CreatePostReplacementOptions

    interface CreatePostReplacementOptions {
        "[RawBodyShape]"?: {};
        as_pending?: boolean;
        reason: string;
        replacement_file?: Blob | File;
        replacement_url?: string;
        source?: string;
    }

    Hierarchy (View Summary)

    Index
    "[RawBodyShape]"?: {}
    as_pending?: boolean
    reason: string
    replacement_file?: Blob | File
    replacement_url?: string
    source?: string