dify/web/app/components/tools/labels/constant.ts

5 lines
55 B
TypeScript

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