OrderBy type
An ordering as it arrives over the wire: { createdAt: 'desc' }.
Signature:
export type OrderBy = object;
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.
An ordering as it arrives over the wire: { createdAt: 'desc' }.
Signature:
export type OrderBy = object;
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.