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