import { CustomerPortalOAuthAccount } from "@polar-sh/sdk/models/components";
let value: CustomerPortalOAuthAccount = {
accountId: "<id>",
accountUsername: "<value>",
};
Field | Type | Required | Description |
---|---|---|---|
accountId |
string | ✔️ | N/A |
accountUsername |
string | ✔️ | N/A |