8 lines
No EOL
217 B
TypeScript
8 lines
No EOL
217 B
TypeScript
export type ThrottlingEntity = {
|
|
throttleTime: number;
|
|
error?: string;
|
|
errorCodes?: Array<string>;
|
|
errorMessage?: string;
|
|
subError?: string;
|
|
};
|
|
//# sourceMappingURL=ThrottlingEntity.d.ts.map
|