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

Interface StatusCode

components/rest/types.ts:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30export interface StatusCode {
31 description: string
32 httpStatusCode: string
33 httpStatusMessage: string
34}
35
36export interface CodeSample {
37 key: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected