uyem
Version:
WebRTC client-server SFU application
7 lines (6 loc) • 403 B
TypeScript
declare type State = {
chatBlockeds: (string | number)[];
};
export declare const changeChatBlockeds: import("@reduxjs/toolkit").ActionCreatorWithPayload<State, string>;
declare const storeChatBlockeds: import("@reduxjs/toolkit").EnhancedStore<State, import("redux").AnyAction, [import("redux-thunk").ThunkMiddleware<State, import("redux").AnyAction, undefined>]>;
export default storeChatBlockeds;