@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines • 308 B
TypeScript
/** Credentials to access the web interface of the phone */
export interface PhoneCredentials {
/** Username to access the web interface of the phone */
login?: string;
/** Password to access the web interface of the phone */
password: string;
}
//# sourceMappingURL=PhoneCredentials.d.ts.map