Proksea/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts
2024-07-05 00:09:37 +08: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