mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-11 03:44:39 +00:00
8 lines
210 B
TypeScript
8 lines
210 B
TypeScript
export type ThrottlingEntity = {
|
|
throttleTime: number;
|
|
error?: string;
|
|
errorCodes?: Array<string>;
|
|
errorMessage?: string;
|
|
subError?: string;
|
|
};
|
|
//# sourceMappingURL=ThrottlingEntity.d.ts.map
|