CommonOmit CallableCommonOmit<KeyType, RecordType>(object, keys): Omit<RecordType, KeyType>Create a copy of the passed record with all specified keys removedParametersobject: RecordTypeThe to-be copied recordkeys: Iterable<KeyType, any, any>The to-be removed keys from the recordReturns Omit<RecordType, KeyType>
Create a copy of the passed record with all specified keys removed