UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 313 B
import type { OidcConfigDto } from '@n8n/api-types'; import type { OidcService } from '../../../../modules/sso-oidc/oidc.service.ee'; type OidcRuntimeConfig = Awaited<ReturnType<OidcService['loadConfig']>>; export declare function toOidcConfigurationResponse(config: OidcRuntimeConfig): OidcConfigDto; export {};