Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 297 Bytes

customersortproperty.md

File metadata and controls

15 lines (10 loc) · 297 Bytes

CustomerSortProperty

Example Usage

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

let value: CustomerSortProperty = "name";

Values

"created_at" | "-created_at" | "email" | "-email" | "name" | "-name"