Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 326 Bytes

customfieldsortproperty.md

File metadata and controls

15 lines (10 loc) · 326 Bytes

CustomFieldSortProperty

Example Usage

import { CustomFieldSortProperty } from "@polar-sh/sdk/models/components/customfieldsortproperty.js";

let value: CustomFieldSortProperty = "name";

Values

"created_at" | "-created_at" | "slug" | "-slug" | "name" | "-name" | "type" | "-type"