Remove unused interface

This commit is contained in:
Chandrapal Badshah
2025-04-21 15:17:50 +05:30
parent 8ab5d0127c
commit dbe74ae6e3
2 changed files with 0 additions and 24 deletions
-23
View File
@@ -1,23 +0,0 @@
export interface AIInfoDetailResponse {
data: {
type: string;
id: string;
attributes: {
name: string;
model: string;
temperature: number;
max_tokens: number;
business_context: string | null;
is_active: boolean;
inserted_at: string;
updated_at: string;
api_key: string;
};
links: {
self: string;
};
};
meta: {
version: string;
};
}
-1
View File
@@ -1 +0,0 @@
export * from "./chatbot";