UNPKG

leaderboard-table

Version:
6 lines (5 loc) 148 B
import { StateActions } from "../types"; declare type PhaseStateAction = StateActions & { execute(): void; }; export { PhaseStateAction };