mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
5 lines
55 B
TypeScript
5 lines
55 B
TypeScript
export type Label = {
|
|
name: string
|
|
label: string
|
|
}
|