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