fix(type-defs): add string type to EditorComponentData id property (#3602)
This commit is contained in:
parent
166b070cb1
commit
1a60e6d7fd
2
packages/netlify-cms-core/index.d.ts
vendored
2
packages/netlify-cms-core/index.d.ts
vendored
@ -117,7 +117,7 @@ declare module 'netlify-cms-core' {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface EditorComponentData {
|
export interface EditorComponentData {
|
||||||
id: number;
|
id: number | string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface EditorComponentOptions {
|
export interface EditorComponentOptions {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user