MCPcopy
hub / github.com/nestjs/swagger / CallBackObject

Interface CallBackObject

lib/interfaces/callback-object.interface.ts:1–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface CallBackObject<T> {
2 name: string;
3 callbackUrl: string;
4 method: string;
5 requestBody: {
6 type: T;
7 };
8 expectedResponse: {
9 status: number;
10 description?: string;
11 };
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…