@ory/client
Version:
OpenAPI client for @ory/client
31 lines (23 loc) • 1.02 kB
Markdown
# SetProjectBrandingThemeBody
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**favicon_type** | **string** | Favicon Type | [optional] [default to undefined]
**favicon_url** | **string** | Favicon URL | [optional] [default to undefined]
**logo_type** | **string** | Logo type | [optional] [default to undefined]
**logo_url** | **string** | Logo URL | [optional] [default to undefined]
**name** | **string** | Branding name | [optional] [default to undefined]
**theme** | [**ProjectBrandingColors**](ProjectBrandingColors.md) | | [optional] [default to undefined]
## Example
```typescript
import { SetProjectBrandingThemeBody } from '@ory/client';
const instance: SetProjectBrandingThemeBody = {
favicon_type,
favicon_url,
logo_type,
logo_url,
name,
theme,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)