/** * Enum for Message or Case/Contact Direction */ export declare enum DigitalContactDirection { /** * When the direction is inbound */ INBOUND = "inbound", /** * When the direction is outbound */ OUTBOUND = "outbound" }