Files
2026-04-26 19:42:42 +02:00

4 lines
110 B
TypeScript
Executable File

export interface NotStarted {
readonly _tag: OP_NOT_STARTED;
}
//# sourceMappingURL=debounceState.d.ts.map