common-utilsErrorisInvalidTypeErrorOn this pageisInvalidTypeError Type guard function to check if the given error is an InvalidTypeError Signature const isInvalidTypeError: (error: unknown) => error is InvalidTypeError Parameters NameTypeDescriptionerror-The error object to check Returns Whether the error is an InvalidTypeError