Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 295 Bytes

checkoutsortproperty.md

File metadata and controls

15 lines (10 loc) · 295 Bytes

CheckoutSortProperty

Example Usage

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

let value: CheckoutSortProperty = "-created_at";

Values

"created_at" | "-created_at" | "expires_at" | "-expires_at"