Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "object/Omit"

Index

Type aliases

Type aliases

Omit

Omit: Pick<T, Exclude<keyof T, K>>

Omit the given keys from an object type.

Generated using TypeDoc