Skip to content

FormioBaseModel

@tsed/formio

Usage

typescript
import { FormioBaseModel } from "@tsed/formio";

See /packages/third-parties/formio/src/types/domain/FormioBaseModel.ts.

Overview

ts
interface FormioBaseModel<T = any> {
    schema: Schema<Document<T>>;
}

schema

ts
schema: Schema<Document<T>>;

Released under the MIT License.