constant.ts 55 B

12345
  1. export type Label = {
  2. name: string
  3. label: string
  4. }