ImportTemplateFromIdArgs
type ImportTemplateFromIdArgs = {
locale?: string;
projectId: string;
templateId: string;
};
Arguments for importing a template by ID into an existing project.
See
Properties
locale?
optional locale: string;
Locale for the import (default: 'en').
projectId
projectId: string;
The project ID to import into.
templateId
templateId: string;
The template ID to import.