We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4a757 commit dc3a708Copy full SHA for dc3a708
1 file changed
packages/plugins/materials/src/composable/types.ts
@@ -116,9 +116,9 @@ export interface History {
116
path?: string
117
label?: string
118
description?: unknown
119
- mode: 'vscode' | null
+ mode?: string | null
120
block_id: number
121
- version: '1.0.0' | null
+ version?: string | null
122
npm_name?: string
123
i18n?: unknown
124
created_app?: unknown
@@ -277,7 +277,7 @@ export interface SnippetChild {
277
docUrl?: string
278
tags?: string
279
keywords?: string
280
- devMode?: 'proCode'
+ devMode?: string
281
npm?: Dependency
282
priority?: number
283
}
0 commit comments