feat: update costs

This commit is contained in:
Max Koon
2025-10-16 15:41:13 -04:00
parent 22dbe2b3b5
commit cd29075134
4 changed files with 55 additions and 19 deletions

View File

@@ -185,6 +185,15 @@ export const schema = {
"plaid_id"
>,
},
account_id: {
type: "string",
optional: false,
customType: null as unknown as ZeroCustomType<
ZeroSchema,
"transaction",
"account_id"
>,
},
name: {
type: "string",
optional: false,