import { type Infer as __Infer } from "spacetimedb"; import CreateChannelReducer from "../create_channel_reducer"; import CreateThreadReducer from "../create_thread_reducer"; import JoinChannelReducer from "../join_channel_reducer"; import LeaveChannelReducer from "../leave_channel_reducer"; import SendThreadMessageReducer from "../send_thread_message_reducer"; import SetProfileReducer from "../set_profile_reducer"; export type CreateChannelParams = __Infer; export type CreateThreadParams = __Infer; export type JoinChannelParams = __Infer; export type LeaveChannelParams = __Infer; export type SendThreadMessageParams = __Infer; export type SetProfileParams = __Infer;