StrictOmit<Type, Keys> constructs a type by picking all properties from Type and then removing Keys
This is stricter version of Omit, meaning StrictOmit validates that properties Keys exist in type Type
StrictOmit<Type, Keys> constructs a type by picking all properties from Type and then removing Keys
This is stricter version of Omit, meaning StrictOmit validates that properties Keys exist in type Type