import { ExactlyBooleanArray } from "../../basicTypers"; /** * Boolean array key */ export type KeyOfAddBooleanArray = KEY & ExactlyBooleanArray;