import type { IFakerStatic } from '@forest-fire/types'; export interface ISchemaHelper { context: T; faker: IFakerStatic; }