UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 323 B
import { ScreenListChoosingEnum } from './ScreenListChoosingEnum'; /** ScreenList capable services */ export interface Screen { /** */ incomingScreenList: ScreenListChoosingEnum; /** */ outgoingScreenList: ScreenListChoosingEnum; /** */ serviceName: string; } //# sourceMappingURL=Screen.d.ts.map