UNPKG
@dynatrace/devkit
Version:
latest (0.3.5)
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
The Dynatrace App Toolkit utilities for writing and testing migrations.
dt-url.net/ck224nx
@dynatrace/devkit
/
lib
/
src
/
migrations
/
file-mode.d.ts
7 lines
(6 loc)
•
99 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
enum
FileMode
{ created =
0
, updated =
1
, copied =
2
, deleted =
3
}