mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-17 02:23:32 +00:00
add docstring for DBSpendUpdateTransactions
This commit is contained in:
@@ -2736,6 +2736,10 @@ class DailyUserSpendTransaction(TypedDict):
|
||||
|
||||
|
||||
class DBSpendUpdateTransactions(TypedDict):
|
||||
"""
|
||||
Internal Data Structure for buffering spend updates in Redis or in memory before committing them to the database
|
||||
"""
|
||||
|
||||
user_list_transactions: Optional[Dict[str, float]]
|
||||
end_user_list_transactions: Optional[Dict[str, float]]
|
||||
key_list_transactions: Optional[Dict[str, float]]
|
||||
|
||||
Reference in New Issue
Block a user