Skip to content

Commit

Permalink
FIO-7717: Adding license to the Formio types.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Jan 4, 2024
1 parent 8e6750e commit 4ee663e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions types/formio.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ export declare class Formio {
* Stores all of the libraries lazy loaded with ```Formio.requireLibrary``` method.
*/
static libraries: any;
/**
* The Library license for this application.
*/
static license: string;
/**
* A direct interface to the Form.io fetch polyfill.
*/
Expand Down

0 comments on commit 4ee663e

Please sign in to comment.