UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 204 B
/** The blocking mode of line calls */ export declare enum LineBlockingMode { 'both' = "both", 'incoming' = "incoming", 'outgoing' = "outgoing" } //# sourceMappingURL=LineBlockingMode.d.ts.map