export type ApiRatelimitsDTO = {
    readonly RateLimit: string;
};
