Type Alias TallyOptions

TallyOptions: OpMathOptions & {
    countArrayItems: boolean;
}