UNPKG

604 BSource Map (JSON)View Raw
1{"version":3,"file":"BalanceUpdate.js","sourceRoot":"","sources":["BalanceUpdate.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * This file was automatically generated by json-schema-to-typescript.\n * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,\n * and run json-schema-to-typescript to regenerate this file.\n */\n\n/**\n * POST /balance body\n */\nexport interface BalanceUpdate {\n /**\n * account id of the balance to modify\n */\n accountId: string;\n /**\n * The amount to modify the balance by (positive or negative)\n */\n amountDiff: string;\n}\n"]}
\No newline at end of file