Kind: Interface
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/multipart.ts
One part of a form body — a file, or an ordinary field sitting beside one.
Properties
| Property | Type |
|---|---|
name | string |
binary | boolean |
multiple | boolean |
required | boolean |
description | string |
schema | Record<string, unknown> |
Was this page helpful?