---
url: /api/third-parties/formio-types/types/domain/interface-formio-access.md
description: api documentation of FormioAccess from @tsed/formio-types
---

## Usage

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

> See [/packages/third-parties/formio-types/src/domain/FormioAccess.ts](https://github.com/tsedio/tsed/blob/v8.38.7/packages/third-parties/formio-types/src/domain/FormioAccess.ts#L0-L0).

## Overview

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

## \_id

```ts
_id: string | undefined;
```

## type

```ts
type: string;
```

## resources

```ts
resources: any[];
```
