create services and hooks create food

This commit is contained in:
hamid zarghami
2025-11-15 10:48:14 +03:30
parent fd799577fe
commit 296a8e1a89
5 changed files with 52 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export interface IBaseResponse {
status: number;
statusCode: number;
success: boolean;
}
export interface IResponse<T> extends IBaseResponse {