UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 279 B
/** Phone book */ export interface Phonebook { /** Identifier of the phonebook */ bookKey: string; /** Phonebook name */ name: string; /** Phone key identifier between the phone and phonebooks */ phoneKey: string; } //# sourceMappingURL=Phonebook.d.ts.map