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