$orderBy
import { $orderBy } from "@hyper-fetch/firebase"
Description
Defined in constraints/firebase.constraints.ts:32
Preview
$orderBy(fieldPath, directionStr)
Parameters
Returns
{
toString: () => string;
type: ORDER_BY;
values: string[];
}