Represents the parameters for the "rolesOf" function.
type RolesOfParams = { user: AbiParameterToPrimitiveType<{ internalType: "address"; name: "user"; type: "address"; }>;};