Files
PayDirt/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts
RochesterX 6e820464d5 Initial
2025-11-12 10:13:24 -05:00

8 lines
210 B
TypeScript

export type ThrottlingEntity = {
throttleTime: number;
error?: string;
errorCodes?: Array<string>;
errorMessage?: string;
subError?: string;
};
//# sourceMappingURL=ThrottlingEntity.d.ts.map