UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 258 B
/** Agent assigned to a queue */ export interface OvhPabxHuntingAgentQueue { /** */ agentId: number; /** The position in the queue */ position: number; /** */ queueId: number; } //# sourceMappingURL=OvhPabxHuntingAgentQueue.d.ts.map