mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 16:04:21 +00:00
10 lines
148 B
TypeScript
10 lines
148 B
TypeScript
export interface IChooseAdapterEntity {
|
|
label: string;
|
|
value: string;
|
|
}
|
|
|
|
export interface IPipelineEntity {
|
|
label: string;
|
|
value: string;
|
|
}
|