constant.ts 55 B

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