tswatch/ts/interfaces/interfaces.watchmodes.ts

2 lines
88 B
TypeScript
Raw Permalink Normal View History

export type TWatchModes = 'test' | 'node' | 'service' | 'element' | 'website' | 'echo';