Skip to main content

ExportTemplateUrlResponse

type ExportTemplateUrlResponse = {
fileName: string;
fileUrl: string;
};

Response from exporting a project as a template URL.

Properties

fileName

fileName: string;

fileUrl

fileUrl: string;