UNPKG

@paroicms/server

Version:
4 lines (3 loc) 227 B
import type { ScSortRule } from "@paroicms/public-anywhere-lib"; import type { GqlSortRule } from "../../graphql/generated-graphql-types.d.ts"; export declare function formatGqlOrderBy(gqlOrderBy: GqlSortRule[]): ScSortRule[];