Type Alias: ThemeExport
ts
type ThemeExport = Omit<CustomTheme, "id">;Defined in: packages/sdk/src/domain-types.ts:250
A CustomTheme without its id — the shape exported/imported as a shareable theme file.