UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 208 B
/** Softphone theme information */ export interface SoftphoneTheme { /** Theme main color code */ color: string; /** Theme ID */ themeId: number; } //# sourceMappingURL=SoftphoneTheme.d.ts.map