7-segment-timer.contracts
Version:
These are the contracts for the 7 Segment Timer.
11 lines (10 loc) • 329 B
TypeScript
export declare enum routes {
Off = "/off",
ShowCurrentTime = "/show-current-time",
StartTimer = "/start-timer",
CancelTimer = "/cancel-timer",
ChangeColor = "/change-color",
ChangeMultipleColors = "/change-multiple-colors",
StartAnimation = "/start-animation",
StopAnimation = "/stop-animation"
}