Files
powerpoint-toolbox/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts
T
2025-03-07 19:22:02 +01: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