Skip to content

FormioAccess

@tsed/formio-types

Usage

typescript
import { FormioAccess } from "@tsed/formio-types";

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

Overview

ts
interface FormioAccess {
    _id: string | undefined;
    type: string;
    resources: any[];
}

_id

ts
_id: string | undefined;

type

ts
type: string;

resources

ts
resources: any[];

Released under the MIT License.