UNPKG

@unleash/proxy

Version:
12 lines (10 loc) 287 B
import type { OpenAPIV3 } from 'openapi-types'; export const registerClientRequest: OpenAPIV3.RequestBodyObject = { content: { 'application/json': { schema: { $ref: '#/components/schemas/registerClientSchema', }, }, }, };