Interface JFormMetaDataById

interface JFormMetaDataById {
    [formId: string]: JFormMetaData;
}

Indexable

[formId: string]: JFormMetaData