mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
init
This commit is contained in:
9
workers/site/models/ContactRecord.ts
Normal file
9
workers/site/models/ContactRecord.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { types } from "mobx-state-tree";
|
||||
|
||||
export default types.model("ContactRecord", {
|
||||
message: types.string,
|
||||
timestamp: types.string,
|
||||
email: types.string,
|
||||
firstname: types.string,
|
||||
lastname: types.string,
|
||||
});
|
Reference in New Issue
Block a user