Files
cameleer-server/ui/src/swagger-ui-dist.d.ts

10 lines
333 B
TypeScript
Raw Normal View History

declare module 'swagger-ui-dist' {
export function getAbsoluteFSPath(): string;
export const SwaggerUIBundle: unknown;
export const SwaggerUIStandalonePreset: unknown;
}
declare module 'swagger-ui-dist/swagger-ui-bundle' {
const SwaggerUIBundle: (config: Record<string, unknown>) => void;
export default SwaggerUIBundle;
}