Type alias RetrieveCredentialsResponse

RetrieveCredentialsResponse: {
    credentialId?: string;
    doctype: string;
    error?: {
        message: string;
        type: RetrieveCredentialErrorType;
    };
}[]

Type declaration

Generated using TypeDoc