UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 180 B
/** The PABX sounds */ export interface OvhPabxSound { /** The sound filename */ name: string; /** */ soundId: number; } //# sourceMappingURL=OvhPabxSound.d.ts.map