UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 282 B
/** Relevant informations about reset code */ export interface ResetPhoneCodeInfo { /** Activation code */ activationCode?: string; /** Key book url */ keyBook?: string; /** Server url */ serverURL?: string; } //# sourceMappingURL=ResetPhoneCodeInfo.d.ts.map