HasRoleParams

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