TypeScript SDKOperationsGetCreditsData - TypeScript SDKCopy pageGetCreditsData method reference The TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { GetCreditsData } from "@openrouter/sdk/models/operations";23let value: GetCreditsData = {4 totalCredits: 100.5,5 totalUsage: 25.75,6}; Fields FieldTypeRequiredDescriptionExampletotalCreditsnumber✔️Total credits purchased100.5totalUsagenumber✔️Total credits used25.75