import { OrganizationSocialLink } from "@polar-sh/sdk/models/components/organizationsociallink.js";
let value: OrganizationSocialLink = {
platform: "facebook",
url: "https://homely-monasticism.org",
};
Field | Type | Required | Description |
---|---|---|---|
platform |
components.OrganizationSocialPlatforms | ✔️ | N/A |
url |
string | ✔️ | The URL to the organization profile |