We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65addc commit c9acc24Copy full SHA for c9acc24
apps/sim/tools/kalshi/types.ts
@@ -82,7 +82,7 @@ export interface KalshiEvent {
82
// Balance type
83
export interface KalshiBalance {
84
balance: number // In cents
85
- portfolio_value?: number // In cents
+ portfolio_value: number // In cents
86
}
87
88
// Position type
0 commit comments