| 109 | } |
| 110 | |
| 111 | export interface OrderByInput { |
| 112 | createdAt?: Prisma.SortOrder; |
| 113 | updatedAt?: Prisma.SortOrder; |
| 114 | } |
| 115 | |
| 116 | export function searchParamsToOrderByInput( |
| 117 | searchParams: URLSearchParams, |
nothing calls this directly
no outgoing calls
no test coverage detected