Files
LangBot/web/src/app/home/bots/components/bot-form/ChooseAdapterEntity.ts
2025-04-30 17:36:46 +08:00

5 lines
76 B
TypeScript

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