interface ExportGlossaryRequest {
    exportFields?: ExportField[];
    format?: GlossaryFormat;
}

Properties

exportFields?: ExportField[]