/** * The {@link Project} including {@link Template} asset objects. * * @category Project */ export type Project = { name: string; assets: Record; };