botbook/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts

8 lines
217 B
TypeScript
Raw Normal View History

2024-09-04 13:13:15 -03:00
export type ThrottlingEntity = {
throttleTime: number;
error?: string;
errorCodes?: Array<string>;
errorMessage?: string;
subError?: string;
};
//# sourceMappingURL=ThrottlingEntity.d.ts.map