n8n
Version:
n8n Workflow Automation Tool
4 lines (3 loc) • 323 B
TypeScript
import type { SamlConfigurationResponse, SamlPreferences, UpdateSamlConfigurationDto } from '@n8n/api-types';
export declare function toSamlConfigurationResponse(prefs: SamlPreferences): SamlConfigurationResponse;
export declare function toSamlPreferencesUpdate(data: UpdateSamlConfigurationDto): Partial<SamlPreferences>;