update based on PR feedback
Signed-off-by: Aramis Sennyey <aramiss@spotify.com>
This commit is contained in:
@@ -445,9 +445,6 @@ type ObjectWithContentSchema<
|
||||
? SchemaRef<Doc, Object['content']['application/json']['schema']>
|
||||
: never;
|
||||
|
||||
// @public
|
||||
export const OPENAPI_SPEC_ROUTE = '/openapi.json';
|
||||
|
||||
// @public (undocumented)
|
||||
type OptionalMap<
|
||||
T extends {
|
||||
|
||||
@@ -32,4 +32,3 @@ export type {
|
||||
} from './utility';
|
||||
export type { ApiRouter } from './router';
|
||||
export { createValidatedOpenApiRouter, getOpenApiSpecRoute } from './stub';
|
||||
export * from './constants';
|
||||
|
||||
Reference in New Issue
Block a user