UNPKG

@onehat/data

Version:

JS data modeling package with adapters for many storage mediums.

13 lines (11 loc) 207 B
const User = { // id: 1, username: 'testuser', first_name: 'Test', last_name: 'User', job_title: 'Tester', email: 'test@example.com', login_count: 0, last_login: new Date(), }; export default User;