// Interface automatically generated by schemas-to-ts import { Event } from '@strapi/database/dist/lifecycles'; export interface BeforeRunEvent> extends Event { state: TState; }