mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
add docstring for DBSpendUpdateTransactions
This commit is contained in:
parent
7c73987066
commit
df136c5689
1 changed files with 4 additions and 0 deletions
|
|
@ -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]]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue