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

Interface ChildParameter

components/rest/types.ts:64–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64export interface ChildParameter {
65 name: string
66 description: string
67 type: string
68 isRequired?: boolean
69 enum?: Array<string>
70 default?: string
71 childParamsGroups?: ChildParameter[]
72}
73
74export type ExampleT = {
75 description: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected