E621
    Preparing search index...

    Interface CreatePostDisapprovalOptions

    interface CreatePostDisapprovalOptions {
        message?: string;
        post_id: number;
        reason: "borderline_quality" | "borderline_relevancy" | "other";
    }

    Hierarchy (View Summary)

    Index

    Properties

    message?: string

    post_id

    post_id: number
    reason: "borderline_quality" | "borderline_relevancy" | "other"