E621
    Preparing search index...

    Interface CreateUserFeedbackOptions

    interface CreateUserFeedbackOptions {
        "[RawBodyShape]"?: {};
        body: string;
        category: UserFeedbackCategory;
        user_id?: number;
        user_name?: string;
    }

    Hierarchy (View Summary)

    Index
    "[RawBodyShape]"?: {}
    body: string
    category: UserFeedbackCategory
    user_id?: number
    user_name?: string