mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
🐛 bug: fix type of recipes
:%s
This commit is contained in:
@@ -21,6 +21,7 @@ export enum SortOrder {
|
||||
ASC = 'ASC',
|
||||
DESC = 'DESC',
|
||||
}
|
||||
|
||||
export type GetAllRecipesOperation<T extends RecipesType = RecipesType> = {
|
||||
data: { items: T['items'][], totalItems: number }
|
||||
variables: {
|
||||
|
Reference in New Issue
Block a user