UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 397 B
import { Message } from './Message'; /** Portability eligibility */ export interface PortabilityEligibility { /** Is the portability eligible for this line ? */ eligible: boolean; /** Reasons when not eligible, if any */ reasons: Message[]; /** Warnings to consider when eligible, if any */ underConditions: Message[]; } //# sourceMappingURL=PortabilityEligibility.d.ts.map