Kind: Interface
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/RequestPanel.ts
Properties
| Property | Type |
|---|---|
url | string |
method | string |
headers | Record<string, string> |
queryParams | Record<string, string> |
pathParams | Record<string, string> |
body | `string |
bodyKind | BodyShape['kind'] |
Was this page helpful?