feat(MED-171): update benefits info in company members table

This commit is contained in:
Karli
2025-10-01 01:47:36 +03:00
parent 38e2f34683
commit aec736af3d
7 changed files with 64 additions and 6 deletions

View File

@@ -2323,6 +2323,7 @@ export type Database = {
Returns: {
personal_account_id: string
benefit_amount: number
benefit_unused_amount: number
}
}
get_config: {