zym2525
2025-03-11 afdc0faf165dbc0c90e45043b4f500a3d53ba20f
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};