lint: fixing index and classc rag

This commit is contained in:
Alex
2024-12-20 17:32:58 +00:00
parent 0a246d3de7
commit c2a95b5bec
2 changed files with 1 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ export type AvailableTool = {
description: string;
parameters: object;
}[];
};
export type WrapperModalProps = {
children?: React.ReactNode;