Create an entity builder
const user = entityBuilder(User) .withProps({ email: 'test@example.com' }) .build(); Copy
const user = entityBuilder(User) .withProps({ email: 'test@example.com' }) .build();
Create an entity builder