Represents the parameters for the "recoveryOf" function.
type RecoveryOfParams = { fid: AbiParameterToPrimitiveType<{ name: "fid"; type: "uint256" }>;};
type fid = AbiParameterToPrimitiveType<{ name: "fid"; type: "uint256";}>;