From 7ba17af820c283a9042dc045f37676cae17e73dc Mon Sep 17 00:00:00 2001 From: Quangnhankie Date: Thu, 21 Oct 2021 14:34:34 +0700 Subject: [PATCH] :bug: bug: fix type of recipes :%s --- framework/commerce/types/recipes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/commerce/types/recipes.ts b/framework/commerce/types/recipes.ts index cc15e9a57..99f0fab6f 100644 --- a/framework/commerce/types/recipes.ts +++ b/framework/commerce/types/recipes.ts @@ -21,6 +21,7 @@ export enum SortOrder { ASC = 'ASC', DESC = 'DESC', } + export type GetAllRecipesOperation = { data: { items: T['items'][], totalItems: number } variables: {