import { LicenseKeyUser } from "@polar-sh/sdk/models/components/licensekeyuser.js";
let value: LicenseKeyUser = {
id: "<value>",
email: "[email protected]",
publicName: "<value>",
};
Field | Type | Required | Description |
---|---|---|---|
id |
string | ✔️ | N/A |
email |
string | ✔️ | N/A |
publicName |
string | ✔️ | N/A |
avatarUrl |
string | ➖ | N/A |