@affinidi-tdk/credential-issuance-client
Version:
Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE
22 lines (15 loc) • 736 B
Markdown
# 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)