UNPKG

iam-client-lib

Version:

Library for Decentralized Identity and Access Management

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