UNPKG

react-healthy

Version:

Incrementally check and alert your users to the health of your APIs

10 lines 228 B
import type { Api } from '../types'; declare const constants: { waitForOptions: { interval: number; }; goodApis: Api[]; badApis: Api[]; }; export default constants; //# sourceMappingURL=constants.d.ts.map