UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 262 B
/** List of all OVH things you can subscribe to */ export interface Subscription { /** Determine whether you are registered or not */ registered?: boolean; /** The type of subscription */ type: string; } //# sourceMappingURL=Subscription.d.ts.map