load and save pages

This commit is contained in:
hamid zarghami
2026-03-10 12:23:03 +03:30
parent c9eccecb61
commit 36a1caba0f
5 changed files with 95 additions and 4 deletions
+1
View File
@@ -10,3 +10,4 @@ export type CatalogItemType = {
};
export type CatalogResponseType = BaseResponse<CatalogItemType[]>;
export type CatalogByIdResponseType = BaseResponse<CatalogItemType>;