Files
LangBot/web/src/app/home/bots/components/bot-form/ChooseEntity.ts
T
2025-05-10 01:19:30 +08:00

10 lines
148 B
TypeScript

export interface IChooseAdapterEntity {
label: string;
value: string;
}
export interface IPipelineEntity {
label: string;
value: string;
}