UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 179 B
/** Start and end points (inclusive) of a range */ export interface RangeLong { /** */ from: number; /** */ to: number; } //# sourceMappingURL=RangeLong.d.ts.map