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: {