import { LicenseKeyActivate } from "@polar-sh/sdk/models/components/licensekeyactivate.js";
let value: LicenseKeyActivate = {
key: "<key>",
organizationId: "<value>",
label: "<value>",
};
Field | Type | Required | Description |
---|---|---|---|
key |
string | ✔️ | N/A |
organizationId |
string | ✔️ | N/A |
label |
string | ✔️ | N/A |
conditions |
components.LicenseKeyActivateConditions | ➖ | N/A |
meta |
components.LicenseKeyActivateMeta | ➖ | N/A |