UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 168 B
/** Softphone theme update inputs */ export interface SoftphoneThemeInput { /** Theme ID */ themeId: number; } //# sourceMappingURL=SoftphoneThemeInput.d.ts.map