mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 15:26:03 +00:00
7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
export interface IChooseRequesterEntity {
|
|
label: string;
|
|
value: string;
|
|
provider_category?: string;
|
|
description?: string;
|
|
}
|