UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

7 lines 492 B
import { Factory } from "fishery"; /** * Define a new mock factory. This will return the Fishery factory's `build` * function. */ export declare function define<T, I = any>(...args: Parameters<typeof Factory.define<T, I>>): (attributes?: Parameters<(params?: import("fishery").DeepPartial<T> | undefined, options?: import("fishery").BuildOptions<T, I> | undefined) => T>[0], transient?: Parameters<(transient: Partial<I>) => Factory<T, I, T>>[0]) => T; //# sourceMappingURL=define.d.ts.map