feat: update types

This commit is contained in:
Tat Dat Duong
2025-03-05 15:09:10 +01:00
parent 3ee8afce9b
commit 571a170a92
6 changed files with 12 additions and 12 deletions

View File

@@ -8,3 +8,4 @@ export const StockbrokerAnnotation = Annotation.Root({
});
export type StockbrokerState = typeof StockbrokerAnnotation.State;
export type StockbrokerUpdate = typeof StockbrokerAnnotation.Update;