PageElement: _FormElementBase & {
    label: string;
    type: "page";
} & _NestedElementsElement

PageElements must only be used when the form has more than 1 page. If the form has multiple pages, the isMultiPage must be set to true. If the form should only be displayed as a single page. There should be no PageElement types in the elements array on the Form. If the form has more than 1 page, only the root elements in the elements array on the form should contain PageElement types. You cannot nest PageElement types.