SItemStatus.d.ts 81 B

12345
  1. export declare enum SItemStatus {
  2. Normal = 0,
  3. Edit = 1,
  4. Create = 2
  5. }