prolog-vc-tools
    Preparing search index...

    Type Alias PrologExtractionResult

    PrologExtractionResult:
        | { error?: undefined; fact: string; type: ClaimType }
        | { error: string; fact?: undefined; type?: undefined }

    The result of attempting to extract a Prolog statement from a verifiable credential.