UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 206 B
/** One-time token usable on OVHcloud's applications (only supported by chatbot for the moment) */ export interface Token { /** One-time token */ token: string; } //# sourceMappingURL=Token.d.ts.map