Type alias CredentialBranding

CredentialBranding: {
    backgroundColor?: string;
    description?: string;
    issuerIcon?: CredentialBrandingImage;
    issuerLogo?: CredentialBrandingImage;
    name?: string;
    watermarkImage?: CredentialBrandingImage;
}

Type declaration

Generated using TypeDoc