import { HasNullOrMore, RemoveNull } from "../null"; import { ExactlyBooleanArray } from "./exactlyBooleanArray"; export type ExactlyBooleanArrayOrNull = ExactlyBooleanArray> & HasNullOrMore;