type AccessibleSmartWallets = { hasSignerRole: Array<string>; owned: string;};
type hasSignerRole = Array<string>;
type owned = string;