7-segment-timer.contracts
Version:
These are the contracts for the 7 Segment Timer.
11 lines (10 loc) • 306 B
text/typescript
export 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',
}