Skip to main content

schwab_api/models/
transaction.rs

1use serde_json::Value;
2
3pub type Transaction = Value;