Type alias RegisteredToolWithPolicies
RegisteredToolWithPolicies: ToolMetadata & { delegateePolicies: { [
delegatee:
string]
: { policyEnabled: boolean; policyIpfsCid: string; }; }; delegatees: string[]; } Type declaration
delegateePolicies: {
[delegatee: string]: {
policyEnabled: boolean;
policyIpfsCid: string;
};
}
[delegatee: string]: {
policyEnabled: boolean;
policyIpfsCid: string;
}
policyEnabled: boolean
policyIpfsCid: string
delegatees: string[]