zym2525
2025-02-23 797fa07355a312a06541ca105a00928e95dbded6
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};