VY
import Record as Recordetc
import Type.Prelude (SProxy(..))
# Record.delete (SProxy ∷ SProxy "password1")
# Record.delete (SProxy ∷ SProxy "password2")
# Record.insert (SProxy ∷ SProxy "id") userId
insert - Insert a new property for a label which is specified using a value-level proxy for a type-level string.
