get: TheCapabilityParser<CapabilityMatch<"customer/get", `did:web:${string}` & `did:${string}` & Phantom<{
    protocol: "did:";
}>, Space.Store.Schema.InferStruct<{
    customer: Space.Store.Schema.Schema<`did:mailto:${string}` & `did:${string}` & Phantom<{
        protocol: "did:";
    }>, any>;
}>>> = ...

Capability can be invoked by a provider to get information about the customer.

Generated using TypeDoc