import { AnyArray } from "../any-array"; import { AnyRecord } from "../any-record"; export type StrictOmit = Type extends AnyArray ? never : Omit;