UNPKG

@foxpage/foxpage-types

Version:

foxpage sdk types

6 lines (5 loc) 178 B
import { Context } from '../context'; export interface FoxpageContextHooks { beforeContextCreate?: (ctx: Context) => void; afterContextCreate?: (ctx: Context) => void; }