feat: add machine data
This commit is contained in:
parent
b38eb0885f
commit
abaf71636e
10 changed files with 246 additions and 32 deletions
5
app/types/User.ts
Normal file
5
app/types/User.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export type User = {
|
||||
id: string;
|
||||
name: string;
|
||||
createdAt: Date;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue