Interface UsersExportGlobalControlGroupObject

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

Properties

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