interface SpyCallView codeCall information recorded by a spy. Type ParametersSelf = anyView codeArgs extends unknown[] = any[]View codeReturn = anyView codePropertiesargs: ArgsView codeArguments passed to a function when called. optionalreturned: ReturnView codeThe value that was returned by a function. optionalerror: ErrorView codeThe error value that was thrown by a function. optionalself: SelfView codeThe instance that a method was called on.