SRelationState.d.ts 103 B

123456
  1. export declare enum SRelationState {
  2. Normal = 0,
  3. Animation = 1,
  4. Edit = 2,
  5. Create = 3
  6. }