UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 250 B
import type { SamlPreferences } from '@n8n/api-types'; export type SamlLoginBinding = SamlPreferences['loginBinding']; export type SamlAttributeMapping = NonNullable<SamlPreferences['mapping']>; export type SamlUserAttributes = SamlAttributeMapping;