Type alias RetrieveCredentialSuccess

RetrieveCredentialSuccess: {
    credentialId: string;
    docType: string;
    isSuccess: true;
}

Type declaration

  • Readonly credentialId: string
  • Readonly docType: string
  • Readonly isSuccess: true

Generated using TypeDoc