/** * CLR Discovery Types * * Types for the CLR v2.0 API discovery endpoint. */ /** * Response from the CLR discovery endpoint. * * Returns the OpenAPI 3.0 specification for the CLR v2.0 API, * including available endpoints, OAuth2 flows, and supported scopes. * This is a public endpoint (no auth required). */ export type DiscoveryResponse = Record; //# sourceMappingURL=discovery.d.ts.map