API Reference > @next-core/brick-types > ContractResponse
ContractResponse interface
Signature:
export interface ContractResponse
Properties
| Property | Type | Description |
|---|---|---|
| default | Record<string, any> | |
| description | string | |
| fields | ContractField[] | |
| required | string[] | |
| type | "file" | "object" | |
| wrapper | boolean |