mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
Remove unused interface
This commit is contained in:
@@ -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 +0,0 @@
|
||||
export * from "./chatbot";
|
||||
Reference in New Issue
Block a user