UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 220 B
/** Credentials to interact with the api on behalf of the sub-account */ export interface SubAccountConsumerKey { /** The consumer key */ consumerKey: string; } //# sourceMappingURL=SubAccountConsumerKey.d.ts.map