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

Bundled output for commit 257be2b9db

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

[skip ci]
This commit is contained in:
flarum-bot
2024-09-28 14:51:19 +00:00
parent 257be2b9db
commit d818e83235
139 changed files with 231 additions and 438 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;