E621
    Preparing search index...

    Interface CreateUserFeedbackOptions

    interface CreateUserFeedbackOptions {
        body: string;
        category: FeedbackCategories;
        user_id?: number;
        user_name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    body: string
    category: FeedbackCategories
    user_id?: number
    user_name?: string