add crud store/api service
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
|
||||
// models are the data objects stored in the database. models defined here must match models defined in api/models
|
||||
|
||||
export interface User {
|
||||
id: number;
|
||||
name: string;
|
||||
email: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user