Skip to main content

TypeScript shape

interface OrganizationUrl {
  url: string;
  type: string | null;
}
url
String!
The URL.
type
String
URL type (e.g. website, docs, blog).