constants.d.ts 93 B

12345
  1. export declare const enum SnapshotNodeType {
  2. Folder = 0,
  3. File = 1,
  4. Symlink = 2
  5. }