/** Custom statuses of your callcenter agents */
export interface OvhPabxCustomStatus {
    /** The color (in hexadecimal) of the status that will be displayed on agent banner web application */
    color?: string;
    /** A short description of the status */
    description?: string;
    /**  */
    id: number;
    /** The name of the status (Pause, Mission, etc...) */
    name: string;
}
//# sourceMappingURL=OvhPabxCustomStatus.d.ts.map