@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
21 lines • 404 B
TypeScript
import { Price } from '../../order/Price';
/** Hardware for VoIP line */
export interface VoIPHardware {
/** */
deposit?: Price;
/** */
fees?: Price;
/** */
image?: string;
/** */
label: string;
/** */
max?: number;
/** */
name: string;
/** */
needShipping: boolean;
/** */
url?: string;
}
//# sourceMappingURL=VoIPHardware.d.ts.map