mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
import { serverSlice } from './server.reducer';
|
|
|
|
export const Actions = serverSlice.actions;
|
|
|
|
export type ServerAction = ReturnType<typeof Actions[keyof typeof Actions]>;
|