UNPKG

@donation-alerts/common

Version:

Common utils and types that are used in other @donation-alerts packages.

5 lines 170 B
/** * Centrifugo channel topic. */ export type CentrifugoChannel = '$alerts:donation' | '$goals:goal' | '$polls:poll'; //# sourceMappingURL=centrifugo-channels.d.ts.map