UNPKG

@data-client/test

Version:
6 lines 237 B
import type { Fixture, Interceptor } from './fixtureTypes.js'; export interface MockProps<T = any> { readonly fixtures?: (Fixture | Interceptor<T>)[]; getInitialInterceptorData?: () => T; } //# sourceMappingURL=mockTypes.d.ts.map