type ProjectCreateOptions = object;
optional createdBy: string;
optional createExampleTemplates: boolean;
optional type: ProjectTypes;
Was this page helpful?