ShelveType.ts 51 B

123456
  1. export enum ShelveType {
  2. Empty,
  3. Common
  4. }