@twilio/flex-sdk
    Preparing search index...

    Interface ApprovalRequests

    The WhatsApp approval request status of a Content resource.

    interface ApprovalRequests {
        allowCategoryChange?: boolean | null;
        category?: string | null;
        contentType?: string | null;
        name?: string | null;
        rejectionReason?: string | null;
        status?: string | null;
    }
    Index

    Properties

    allowCategoryChange?: boolean | null
    category?: string | null
    contentType?: string | null
    name?: string | null
    rejectionReason?: string | null
    status?: string | null