Type alias ProductSort

ProductSort: { direction: SortDirection; field: ProductSortFields; nulls?: InputMaybe<SortNulls> }

Type declaration