E621
    Preparing search index...

    Interface DisapprovePostOptions

    interface DisapprovePostOptions {
        "[RawBodyShape]"?: {};
        message?: string;
        reason: "borderline_quality" | "borderline_relevancy" | "other";
    }

    Hierarchy

    Index
    "[RawBodyShape]"?: {}
    message?: string
    reason: "borderline_quality" | "borderline_relevancy" | "other"