Files
LangBot/web/src/app/home/components/models-dialog/component/ChooseRequesterEntity.ts

7 lines
132 B
TypeScript

export interface IChooseRequesterEntity {
label: string;
value: string;
provider_category?: string;
description?: string;
}