Skip to content

Commit 50edb39

Browse files
committed
refactor: remove obsolete comment
1 parent 2c83aa2 commit 50edb39

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/apitypes/rest/rest.types.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,3 @@ export interface RestOperationContext {
7070
export interface OperationExtension {
7171
[REST_KIND_KEY]?: string
7272
}
73-
74-
// export type Merged = {
75-
// openapi: string;
76-
// info: InfoObject;
77-
// servers?: ServerObject[];
78-
// paths: PathsObject<T>;
79-
// components?: ComponentsObject;
80-
// security?: SecurityRequirementObject[];
81-
// tags?: TagObject[];
82-
// externalDocs?: ExternalDocumentationObject;
83-
// 'x-express-openapi-additional-middleware'?: (((request: any, response: any, next: any) => Promise<void>) | ((request: any, response: any, next: any) => void))[];
84-
// 'x-express-openapi-validation-strict'?: boolean;
85-
// }

0 commit comments

Comments
 (0)