fix(type-defs): add string type to EditorComponentData id property (#3602)

This commit is contained in:
Petro Pavlenko 2020-04-14 13:15:38 +03:00 committed by GitHub
parent 166b070cb1
commit 1a60e6d7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ declare module 'netlify-cms-core' {
}
export interface EditorComponentData {
id: number;
id: number | string;
}
export interface EditorComponentOptions {