import type { LdapSettingsDto } from '../schemas/LdapSettingsDto'; export interface LdapSettingsRequest { ldap_settings?: LdapSettingsDto; }