```ts import { omit } from 'filter-anything' const aaa = ['hasThumb', 'sizes'] const dd = omit({ hasThumb: { type: Boolean, required: true, }, sizes: { type: String required: true, }, }, aaa) ``` <img width="640" alt="CleanShot 2023-09-11 at 06 00 09@2x" src="https://github.com/mesqueeb/filter-anything/assets/38668796/def27206-3c7f-4837-9239-eed5f87511b1">