mwg API
    Preparing search index...

    Interface FeedbackRequest

    interface FeedbackRequest {
        contact?: string;
        context?: Record<string, string | number | boolean>;
        message: string;
    }
    Index
    contact?: string
    context?: Record<string, string | number | boolean>
    message: string