feat: add guarded savings agent tools
This commit is contained in:
@@ -14,6 +14,7 @@ export type NormalizedBalance = {
|
||||
externalId: string;
|
||||
balance: number;
|
||||
currency: string;
|
||||
asOf?: string;
|
||||
};
|
||||
|
||||
export type NormalizedTransaction = {
|
||||
|
||||
Reference in New Issue
Block a user