mirror of
https://github.com/zoriya/elysia-swagger.git
synced 2025-12-06 00:36:10 +00:00
🎉 feat: merge Scalar
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user