import type { BaseRecord } from './types.js'; export type Sort = | `${'+' | '-'}${keyof T & string}` | false | null | undefined;