Skip to content

Type Alias: ThemeExport

ts
type ThemeExport = Omit<CustomTheme, "id">;

Defined in: packages/sdk/src/domain-types.ts:247

A CustomTheme without its id — the shape exported/imported as a shareable theme file.