Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"entities": {
|
||||
"WaitlistEntry": {
|
||||
"collectionName": "waitlist_entries",
|
||||
"fields": {
|
||||
"id": { "type": "string" },
|
||||
"email": { "type": "string" },
|
||||
"fullName": { "type": "string" },
|
||||
"tier": { "type": "string" },
|
||||
"investmentAmount": { "type": "number" },
|
||||
"createdAt": { "type": "timestamp" },
|
||||
"position": { "type": "number" },
|
||||
"referralCode": { "type": "string" },
|
||||
"referredBy": { "type": "string" }
|
||||
}
|
||||
},
|
||||
"WaitlistStats": {
|
||||
"collectionName": "stats",
|
||||
"fields": {
|
||||
"totalRegistered": { "type": "number" },
|
||||
"totalFundedAmount": { "type": "number" }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user