Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.82 KB

File metadata and controls

19 lines (14 loc) · 1.82 KB

CustomerCustomerSession

Example Usage

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

let value: CustomerCustomerSession = {
  expiresAt: new Date("2025-06-18T14:25:18.497Z"),
  returnUrl: "https://unfortunate-foodstuffs.org",
};

Fields

Field Type Required Description
expiresAt Date ✔️ N/A
returnUrl string ✔️ N/A