> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Branding

```ts Example theme={null}
export interface Branding {
  logoUrl?: string;
  colors?: {
    primary?: string;
    pageBackground?: string;
  };
}
```

## Properties

<ParamField body="colors?" type="object">
  #### pageBackground?

  #### primary?
</ParamField>

<ParamField body="logoUrl?" type="string" />
