source:
app/lib/definitions.ts@
509bd19
| Last change on this file since 509bd19 was 836ca43, checked in by , 4 months ago | |
|---|---|
|
|
| File size: 232 bytes | |
| Rev | Line | |
|---|---|---|
| [f6e08aa] | 1 | // This file contains type definitions for the data. |
| [78f20de] | 2 | // It describes the shape of the data, and what data type each property should accept. |
| [f6e08aa] | 3 | |
| [78f20de] | 4 | export type User = { |
| [836ca43] | 5 | id: string; |
| 6 | name: string; | |
| [78f20de] | 7 | email: string; |
| 8 | password: string; | |
| 9 | }; |
Note:
See TracBrowser
for help on using the repository browser.
