UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 170 B
type XdslEligibilityMeetingSlot = { endDate?: Date; slotId?: string | null; startDate?: Date; uiCode?: string; }; export { XdslEligibilityMeetingSlot };