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