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

8 lines
210 B
TypeScript
Raw Normal View History

2025-11-12 10:13:24 -05:00
export type ThrottlingEntity = {
throttleTime: number;
error?: string;
errorCodes?: Array<string>;
errorMessage?: string;
subError?: string;
};
//# sourceMappingURL=ThrottlingEntity.d.ts.map