UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 177 B
type CloudUserS3CredentialsWithSecret = { access?: string; secret?: string; tenantId?: string; userId?: string; }; export { CloudUserS3CredentialsWithSecret };