diff --git a/ccm-core-apiclient/src/main/typescript/entities/themes.ts b/ccm-core-apiclient/src/main/typescript/entities/themes.ts index cccc53efb..a60a14518 100644 --- a/ccm-core-apiclient/src/main/typescript/entities/themes.ts +++ b/ccm-core-apiclient/src/main/typescript/entities/themes.ts @@ -8,6 +8,14 @@ import { assertProperties, } from "@libreccm/ccm-apiclient-commons"; +export interface ThemeFileInfo { + name: string; + directory: boolean; + mimeType: string; + size: number; + writable: boolean; +} + export interface ThemeInfo { themeManifest: ThemeManifest; version: ThemeVersion;