fix build

This commit is contained in:
hamid zarghami
2025-11-17 09:16:08 +03:30
parent 6a7eac4d0c
commit 683c9ff8ad
16 changed files with 28 additions and 572 deletions
+1
View File
@@ -1,6 +1,7 @@
export interface IBaseResponse {
statusCode: number;
success: boolean;
status: number;
}
export interface IResponse<T> extends IBaseResponse {
data: T;