The request details to generate template from a project

interface SaveProjectTemplateRequest {
    projectId?: number;
    templateGenerationOptions?: CustomTemplateOptions;
    templateType?: "SNAPSHOT" | "LIVE";
}

Properties

projectId?: number

The ID of the target project

templateGenerationOptions?: CustomTemplateOptions
templateType?: "SNAPSHOT" | "LIVE"

The type of the template: LIVE | SNAPSHOT