mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-13 01:06:03 +00:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
export interface IChooseAdapterEntity {
|
|
label: string;
|
|
value: string;
|
|
}
|