FormioSchema
@tsed/formio-types
Usage
typescript
import { FormioSchema } from "@tsed/formio-types";
See /packages/third-parties/formio-types/src/types/domain/FormioSchema.ts.
Overview
ts
interface FormioSchema {
key: string;
isLocked: boolean;
version: string;
value: string;
}
key
ts
key: string;
isLocked
ts
isLocked: boolean;
version
ts
version: string;
value
ts
value: string;