8 lines
142 B
TypeScript
8 lines
142 B
TypeScript
export type TWatchModes =
|
|
| 'test'
|
|
| 'gitzone_npm'
|
|
| 'gitzone_service'
|
|
| 'gitzone_element'
|
|
| 'gitzone_website'
|
|
| 'echoSomething';
|