Type Alias EndpointResponseResponse
EndpointResponseResponse: { code?: string; description?: string; responseExample?: { [key: string]: object }; schema?: BodySchema[];} Type declaration
Optionalcode?: string
Optionaldescription?: string
OptionalresponseExample?: { [key: string]: object }