# SupportedCredentialMetadataItemLogo

## Properties

| Name        | Type       | Description | Notes                             |
| ----------- | ---------- | ----------- | --------------------------------- |
| **url**     | **string** |             | [default to undefined]            |
| **altText** | **string** |             | [optional] [default to undefined] |

## Example

```typescript
import { SupportedCredentialMetadataItemLogo } from '@affinidi-tdk/credential-issuance-client'

const instance: SupportedCredentialMetadataItemLogo = {
  url,
  altText,
}
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
