Skip to content

Commit

Permalink
🎉 feat: merge Scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Jan 7, 2024
1 parent f9034ab commit 9240b72
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/swagger-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ export interface SwaggerUIOptions {
* REQUIRED if domNode is not provided. The ID of a DOM element inside which SwaggerUI will put its user interface.
*/
dom_id?: string | undefined
/**
* REQUIRED if dom_id is not provided. The HTML DOM element inside which SwaggerUI will put its user interface. Overrides dom_id.
*/
// @ts-ignore
domNode?: HTMLElement | null | undefined
/**
* A JavaScript object describing the OpenAPI definition. When used, the url parameter will not be parsed. This is useful for testing manually-generated definitions without hosting them
*/
Expand Down

0 comments on commit 9240b72

Please sign in to comment.