/** * Ldap Validate Response DTO */ export interface LdapValidateResponseDto { message?: string; status?: 'FAILURE' | 'SUCCESS'; }