1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 15:07:53 +02:00

Bundled output for commit 7e6458a125

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

[skip ci]
This commit is contained in:
flarum-bot
2023-02-10 22:08:35 +00:00
parent 7e6458a125
commit 77a0b11bc8
31 changed files with 304 additions and 62 deletions

View File

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