ExportTemplateFileArgs
type ExportTemplateFileArgs = {
projectId: string;
useRelativeDates?: boolean;
};
Arguments for exporting a project as a template file.
See
Properties
projectId
projectId: string;
The project ID to export.
useRelativeDates?
optional useRelativeDates: boolean;
Whether to use relative dates in the export.