UNPKG

@data-client/test

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