HasRoleParams
type HasRoleParams = { role: RoleInput; targetAccountAddress: string;};
type role = RoleInput;
type targetAccountAddress = string;
type HasRoleParams = { role: RoleInput; targetAccountAddress: string;};
type role = RoleInput;
type targetAccountAddress = string;