This commit is contained in:
hamid zarghami
2025-12-14 10:40:40 +03:30
parent 6f00af1d60
commit f0c22f242c
+2 -1
View File
@@ -1,6 +1,7 @@
import type { IResponse } from "@/types/response.types";
import type { RowDataType } from "@/components/types/TableTypes";
export interface Report {
export interface Report extends RowDataType {
id: string;
createdAt: string;
updatedAt: string;