Skip to content

Function Delete

basic create model

typescript
const model = await new FedacoTestUser().NewQuery().create({
  id: 1,
  email: 'linbolen@gradii.com'
});
ReferenceLooks LikeValue
model.emailexactly match'linbolen@gradii.com'

see also prerequisites

Released under the MIT License.