UNPKG

keystone-seeder

Version:
6 lines (5 loc) 226 B
import { KeystoneContext } from "@keystone-6/core/types"; /** * Initialize the Keystone context for database operations */ export declare function initializeContext(config: any, prismaModule: any): Promise<KeystoneContext>;