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

Interface ChildParameter

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

Source from the content-addressed store, hash-verified

22}
23
24export interface ChildParameter {
25 name: string
26 description: string
27 type: string
28 isRequired?: boolean
29 enum?: Array<string>
30 default?: string | boolean | number | undefined | string[]
31 childParamsGroups?: ChildParameter[]
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected