redeem: TheCapabilityParser<DerivedMatch<{
    can: "voucher/redeem";
    nb: InferCaveats<{
        identity: "/home/runner/work/w3up-client/w3up-client/node_modules/@ucanto/validator/dist/src/schema";
        product: "/home/runner/work/w3up-client/w3up-client/node_modules/@ucanto/validator/dist/src/schema";
        space: "/home/runner/work/w3up-client/w3up-client/node_modules/@ucanto/validator/dist/src/schema";
    }>;
    with: URI<"did:">;
}, DerivedMatch<{
    can: "voucher/*";
    nb?: InferCaveats<{}>;
    with: URI<"did:">;
}, CapabilityMatch<"*", URI<"did:">, {}>>>>

Generated using TypeDoc