// GENERATED CODE! DO NOT MODIFY BY HAND! // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. import type { RateLimitResetCredit } from "./RateLimitResetCredit"; export type RateLimitResetCreditsSummary = { availableCount: bigint, /** * Detail rows for available reset credits, when the backend provides them. * * `null` means only `availableCount` is known, while an empty array means details were fetched * and no available credits were returned. The backend may cap this list, so its length can be * less than `availableCount`. */ credits: Array | null, };