allocate: TheCapabilityParser<CapabilityMatch<"space/allocate", `did:key:${string}` & `did:${string}` & Phantom<{
    protocol: "did:";
}>, Space.Store.Schema.InferStruct<{
    size: Space.Store.Schema.NumberSchema<number & Phantom<{
        typeof: "integer";
    }>, unknown>;
}>>> = ...

Generated using TypeDoc