Direction type
Sort direction.
Signature:
export type Direction = 'asc' | 'desc';
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.
Sort direction.
Signature:
export type Direction = 'asc' | 'desc';
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.