UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 277 B
/** Reset service password */ export interface UserChangePasswordCreation { /** Password must be at least 12 characters long contain a number, an uppercase, a lowercase and a special letter */ password: string; } //# sourceMappingURL=UserChangePasswordCreation.d.ts.map