UNPKG

@paroicms/connector

Version:

An API to help build management tools for ParoiCMS instances

4 lines (3 loc) 206 B
import type { ScSorting } from "@paroicms/public-anywhere-lib"; import type { JtSorting } from "../../typeonly/site-schema-json-types.d.ts"; export declare function parseSorting(val: JtSorting): ScSorting;