export type Issuer = { readonly name: string; readonly org: string; entityId: string; readonly signatories: Record; readonly url: string; iconImage: string; allowed_template_tags?: any; };