export interface SwaggerUiOptions { initOAuth?: { clientId?: string; clientSecret?: string; realm?: string; appName?: string; scopeSeparator?: string; scopes?: string[]; additionalQueryStringParams?: Record; useBasicAuthenticationWithAccessCodeGrant?: boolean; usePkceWithAuthorizationCodeGrant?: boolean; }; [key: string]: any; }