MCPcopy
hub / github.com/github/docs / Parameter

Interface Parameter

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

Source from the content-addressed store, hash-verified

1export interface Parameter {
2 in: string
3 name: string
4 description: string
5 required: boolean
6 schema: {
7 type: string
8 default?: string
9 enum?: Array<string>
10 }
11}
12
13export interface BodyParameter {
14 in: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected