import type { SamlPreferences, SamlPreferencesAttributeMapping } from '@n8n/api-types'; export type SamlLoginBinding = SamlPreferences['loginBinding']; export type SamlAttributeMapping = NonNullable; export type SamlUserAttributes = SamlAttributeMapping;