@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
12 lines • 442 B
TypeScript
/** 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