core.ratelimitinfo
Home > @medplum/core > RateLimitInfo
RateLimitInfo type
Signature:
export type RateLimitInfo = {
name: string;
remainingUnits: number;
secondsUntilReset: number;
};
Home > @medplum/core > RateLimitInfo
Signature:
export type RateLimitInfo = {
name: string;
remainingUnits: number;
secondsUntilReset: number;
};