1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 01:16:52 +02:00

Bundled output for commit 64fa35f2f3

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot
2022-11-25 17:25:24 +00:00
parent 64fa35f2f3
commit 0e238a9c82
96 changed files with 151 additions and 384 deletions

View File

@@ -1,5 +1,5 @@
import * as PusherTypes from 'pusher-js';
export declare type PusherBinding = {
export type PusherBinding = {
channels: {
main: PusherTypes.Channel;
user: PusherTypes.Channel | null;