braze-api
    Preparing search index...

    Interface UsersExportGlobalControlGroupObject

    interface UsersExportGlobalControlGroupObject {
        callback_endpoint?: string;
        fields_to_export: FieldsToExport[];
        output_format?: "gzip" | "zip";
    }
    Index

    Properties

    callback_endpoint?: string
    fields_to_export: FieldsToExport[]
    output_format?: "gzip" | "zip"