Files
jamclock/src/types.ts
T
2026-06-26 20:39:52 -04:00

2 lines
54 B
TypeScript

export type JamState = "before" | "during" | "after";