UNPKG

7-segment-timer.contracts

Version:
11 lines (10 loc) 306 B
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', }