UNPKG

@mineru98/n8n-ko

Version:

n8n Workflow Automation Tool - Korean Version

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;