UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 257 B
/** AI Solutions basic auth credentials input */ export interface BasicAuthCredentialsInput { /** Basic Auth Password */ password: string; /** Basic Auth Username */ username: string; } //# sourceMappingURL=BasicAuthCredentialsInput.d.ts.map