Cockatrice/webclient/src/store/server/server.actions.ts
2026-04-15 21:48:03 -05:00

5 lines
171 B
TypeScript

import { serverSlice } from './server.reducer';
export const Actions = serverSlice.actions;
export type ServerAction = ReturnType<typeof Actions[keyof typeof Actions]>;