load and save pages
This commit is contained in:
@@ -10,3 +10,4 @@ export type CatalogItemType = {
|
||||
};
|
||||
|
||||
export type CatalogResponseType = BaseResponse<CatalogItemType[]>;
|
||||
export type CatalogByIdResponseType = BaseResponse<CatalogItemType>;
|
||||
|
||||
Reference in New Issue
Block a user