UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

32 lines (24 loc) 974 B
# CreateProjectBranding Create a Project Branding ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **favicon_type** | **string** | | [optional] [default to undefined] **favicon_url** | **string** | | [optional] [default to undefined] **logo_type** | **string** | | [optional] [default to undefined] **logo_url** | **string** | | [optional] [default to undefined] **name** | **string** | | [optional] [default to undefined] **theme** | [**ProjectBrandingColors**](ProjectBrandingColors.md) | | [optional] [default to undefined] ## Example ```typescript import { CreateProjectBranding } from '@ory/client'; const instance: CreateProjectBranding = { 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)