Skip to content

Commit

Permalink
Fix: Types
Browse files Browse the repository at this point in the history
  • Loading branch information
Vija02 committed Dec 1, 2024
1 parent 83ddde6 commit 624e3cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/base-plugin/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { ObjectToTypedMap } from "@repo/lib";
import { toast as ReactToast } from "react-toastify";
import UAParser from "ua-parser-js";
import * as awarenessProtocol from "y-protocols/awareness.js";

Expand Down Expand Up @@ -86,7 +87,7 @@ export type WebComponentProps<TrpcClient> = {
pluginContext: PluginContext;
setRenderCurrentScene: () => void;
trpcClient: TrpcClient;
canPlayAudio: CanPlayAudio;
misc: { canPlayAudio: CanPlayAudio; toast: typeof ReactToast };
};

export const sceneCategories = ["Display", "Media", "Audio"] as const;
Expand Down

0 comments on commit 624e3cc

Please sign in to comment.