tswatch/ts/interfaces/interfaces.watchmodes.ts

8 lines
102 B
TypeScript
Raw Permalink Normal View History

2019-10-12 13:07:44 +00:00
export type TWatchModes =
| 'test'
| 'node'
| 'service'
| 'element'
| 'website'
| 'echo';