fix(type-defs): add string type to EditorComponentData id property (#3602)
This commit is contained in:
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 {
|
||||
id: number;
|
||||
id: number | string;
|
||||
}
|
||||
|
||||
export interface EditorComponentOptions {
|
||||
|
Reference in New Issue
Block a user