Type alias FormFieldCollection

FormFieldCollection: {
    pages: Page[];
    properties: DocProps;
    runInfo?: RunInfo;
}

Type declaration