update based on PR feedback

Signed-off-by: Aramis Sennyey <aramiss@spotify.com>
This commit is contained in:
Aramis Sennyey
2023-10-23 14:03:58 -04:00
parent d373db2adf
commit d2059339b1
16 changed files with 71 additions and 64 deletions
@@ -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';