interface ChangeState {
    count: number;
    flags: boolean[];
}
Index
count: number
flags: boolean[]