@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
11 lines • 323 B
TypeScript
import { ScreenListChoosingEnum } from './ScreenListChoosingEnum';
/** ScreenList capable services */
export interface Screen {
/** */
incomingScreenList: ScreenListChoosingEnum;
/** */
outgoingScreenList: ScreenListChoosingEnum;
/** */
serviceName: string;
}
//# sourceMappingURL=Screen.d.ts.map