CredentialSubject type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The value of the credentialSubject property is defined as a set of objects that contain one or more properties that are each related to a subject of the verifiable credential. Each object MAY contain an id.
This API may change without a BREAKING CHANGE notice.
Signature:
export type CredentialSubject = {
id?: string
[x: string]: any
}