limj
2023-09-15 e6c0b43a4f21923ceeee5f9c35650314fc783962
1
2
3
4
5
export enum DataMetalBaseShiftPattern {
  SixteenTimesFive = '16x5',
  TwelveTimesFive = '12x5',
  EightTimesFive = '8x5',
}