yypsybs
2023-09-21 f6d33f5430e3c12423daeaf44dac7f88bd61cf81
1
2
3
4
5
export enum DataMetalBaseShiftPattern {
  SixteenTimesFive = '16x5',
  TwelveTimesFive = '12x5',
  EightTimesFive = '8x5',
}