MCPcopy Index your code
hub / github.com/github/docs / BodyParameter

Interface BodyParameter

components/parameter-table/types.ts:13–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface BodyParameter {
14 in: string
15 name: string
16 description: string
17 type: string
18 isRequired?: boolean
19 default?: string
20 enum?: Array<string>
21 childParamsGroups?: Array<ChildParameter>
22}
23
24export interface ChildParameter {
25 name: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected