UNPKG

iam-client-lib

Version:

Library for Decentralized Identity and Access Management

7 lines (6 loc) 198 B
export declare class ChangeOwnershipNotPossibleError extends Error { constructor({ namespace, notOwnedNamespaces, }: { namespace: string; notOwnedNamespaces: string[]; }); }