dify/web/app/components/tools/labels/constant.ts
2024-11-05 15:07:24 +08:00

5 lines
55 B
TypeScript

export type Label = {
name: string
label: string
}