UNPKG

workano-js-sdk

Version:

Workano Communications SDK - A modern JavaScript SDK for WebRTC and VoIP integration.

13 lines 302 B
import type { UUID } from './types'; export type DirectorySource = { backend: string; name: string; tenant_uuid: UUID; uuid: UUID; }; export type DirectorySources = { filtered: number; total: number; items: DirectorySource[]; }; //# sourceMappingURL=DirectorySource.d.ts.map