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

# Image de marque

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

<h2 id="properties">
  Propriétés
</h2>

<ParamField body="colors?" type="object">
  <h4 id="pagebackground">
    pageBackground?
  </h4>

  <h4 id="primary">
    primary?
  </h4>
</ParamField>

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