ExportTemplateType
Home > @gooddata/sdk-model > ExportTemplateType
ExportTemplateType type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Scope of an export template referenced by the default export template setting.
Signature:
export type ExportTemplateType = "workspaceExportTemplate" | "exportTemplate";
Remarks
The discriminator makes the scope of the referenced template explicit: "workspaceExportTemplate" points to a workspace-level template, "exportTemplate" to an organization-level template.