isIStatement
isIStatement(
input):input is IStatementEntryAccountType
Custom Type Guard to determine input being of type IStatement using the StatementUtils errorCheck.
Parameters
Section titled “Parameters”• input: unknown
The potentially only partial IStatement.
Returns
Section titled “Returns”input is IStatementEntryAccountType
Boolean whether input is of type IStatement.