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