MCPcopy Create free account
hub / github.com/SecureAI-Tools/SecureAI-Tools / OrderByInput

Interface OrderByInput

packages/backend/src/utils/api.utils.ts:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 export interface OrderByInput {
112 createdAt?: Prisma.SortOrder;
113 updatedAt?: Prisma.SortOrder;
114 }
115
116 export function searchParamsToOrderByInput(
117 searchParams: URLSearchParams,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected