diff --git a/types/formio.d.ts b/types/formio.d.ts index 97934051c7..4f4826a8a5 100644 --- a/types/formio.d.ts +++ b/types/formio.d.ts @@ -28,6 +28,7 @@ export class Formio { static projectUrlSet: boolean; static plugins: any; static cache: any; + static license: string; static providers: any; static events: any; // EventEmitter3 static namespace: string;