/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { ApiLDAPObjentryEntry } from './apiLDAPObjentryEntry.zod'; import type { ApiLDAPObjentryObject } from './apiLDAPObjentryObject.zod'; export interface ApiLDAPObjentry { class?: string; /** map entry = 1; */ entry?: ApiLDAPObjentryEntry; errs?: string[]; object?: ApiLDAPObjentryObject; proc?: string; warn?: string[]; }