Add more missing keys to type

This commit is contained in:
RMidhunSuresh 2022-07-17 17:34:56 +05:30
parent f440457875
commit f15e23762a
1 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,13 @@ export type ThemeManifest = Partial<{
version: number;
// A user-facing string that is the name for this theme-collection.
name: string;
// An identifier for this theme
id: string;
/**
* Id of the theme that this theme derives from.
* Only present for derived/runtime themes.
*/
extends: string;
/**
* This is added to the manifest during the build process and includes data
* that is needed to load themes at runtime.