Adjust ExtraMetadata type

This commit is contained in:
BoykoAlex
2017-08-24 14:47:47 -04:00
parent defb3aa5fc
commit 78e7df47b3

View File

@@ -27,7 +27,7 @@ export namespace Flo {
readonly noPaletteEntry? : boolean;
readonly [propName : string] : any;
readonly allowAdditionalProperties : boolean; //TODO: Verify it is still needed
readonly allowAdditionalProperties? : boolean; //TODO: Verify it is still needed
}
export interface ElementMetadata {