import { LicenseKeyActivationBase } from "@polar-sh/sdk/models/components/licensekeyactivationbase.js";
let value: LicenseKeyActivationBase = {
id: "<value>",
licenseKeyId: "<value>",
label: "<value>",
meta: {},
createdAt: new Date("2023-05-10T19:07:53.092Z"),
modifiedAt: new Date("2025-08-05T02:43:45.281Z"),
};
Field | Type | Required | Description |
---|---|---|---|
id |
string | ✔️ | N/A |
licenseKeyId |
string | ✔️ | N/A |
label |
string | ✔️ | N/A |
meta |
components.Meta | ✔️ | N/A |
createdAt |
Date | ✔️ | N/A |
modifiedAt |
Date | ✔️ | N/A |