> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# OrganizationUrl

> A URL associated with an Organization (website, docs, blog, …).

### TypeScript shape

```ts theme={null}
interface OrganizationUrl {
  url: string;
  type: string | null;
}
```

<ResponseField name="url" type="String!">
  The URL.
</ResponseField>

<ResponseField name="type" type="String">
  URL type (e.g. website, docs, blog).
</ResponseField>
