import { JsonObject } from "./common"; export type LimitsContextResponse = JsonObject; export type LimitsSubjectResponse = JsonObject; export type RateLimitsResponse = JsonObject; export type LimitsChangeRequest = JsonObject;