wwWallet core documentation
    Preparing search index...

    Type Alias CredentialResponse

    type CredentialResponse = {
        body: { credentials: { credential: string }[] };
        status: 200;
    }
    Index

    Properties

    Properties

    body: { credentials: { credential: string }[] }
    status: 200