The field to sort the customers by. The default is createdAt.
import { GetCustomersQueryParamSortBy } from "dub/models/operations";
let value: GetCustomersQueryParamSortBy = "subscriptionCanceledAt";"createdAt" | "saleAmount" | "firstSaleAt" | "subscriptionCanceledAt"