FormioExportOptions
@tsed/formio
Usage
typescript
import { FormioExportOptions } from "@tsed/formio";
See /packages/third-parties/formio/src/types/domain/FormioTemplateUtil.ts.
Overview
ts
interface FormioExportOptions {
title: string;
version: string;
description: string;
name: string;
}
title
ts
title: string;
version
ts
version: string;
description
ts
description: string;
name
ts
name: string;