mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
Add more missing keys to type
This commit is contained in:
parent
f440457875
commit
f15e23762a
@ -22,6 +22,13 @@ export type ThemeManifest = Partial<{
|
|||||||
version: number;
|
version: number;
|
||||||
// A user-facing string that is the name for this theme-collection.
|
// A user-facing string that is the name for this theme-collection.
|
||||||
name: string;
|
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
|
* This is added to the manifest during the build process and includes data
|
||||||
* that is needed to load themes at runtime.
|
* that is needed to load themes at runtime.
|
||||||
|
Loading…
Reference in New Issue
Block a user