ts-fortress
    Preparing search index...

    Function omit

    • Creates a record type with keys omitted.

      Type Parameters

      • const R extends UnknownRecord
      • const KeysToOmit extends readonly (keyof R & string)[]

      Parameters

      Returns OmittedType<R, KeysToOmit>