Add creation time to Transaction model
This commit is contained in:
@@ -60,5 +60,6 @@ type Transaction = {
|
||||
stack_id: string
|
||||
amount: integer // cents
|
||||
details: string
|
||||
created_at: UTC datetime ie: 2021-04-15T00:06:21.852620Z
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user