UNPKG

@data-client/test

Version:
7 lines (5 loc) 195 B
import type { Fixture, Interceptor } from './fixtureTypes.js'; export interface MockProps<T = any> { readonly fixtures?: (Fixture | Interceptor<T>)[]; getInitialInterceptorData?: () => T; }