UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 157 B
/** Token associated to the service for live event */ export interface EventToken { /** */ token: string; } //# sourceMappingURL=EventToken.d.ts.map