UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 231 B
/** Newly created OVH identifier and a login token for the API */ export interface NewAccountAndToken { /** */ consumerKey?: string; /** */ ovhIdentifier: string; } //# sourceMappingURL=NewAccountAndToken.d.ts.map