add strapi types
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
import { Event } from '@strapi/database/dist/lifecycles';
|
||||
|
||||
export interface BeforeRunEvent<TState extends Record<string, unknown>> extends Event {
|
||||
state: TState;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user