mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
lint: fixing index and classc rag
This commit is contained in:
@@ -8,6 +8,7 @@ export type AvailableTool = {
|
||||
description: string;
|
||||
parameters: object;
|
||||
}[];
|
||||
};
|
||||
|
||||
export type WrapperModalProps = {
|
||||
children?: React.ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user