add strapi types
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
import { BeforeRunEvent } from './BeforeRunEvent';
|
||||
|
||||
export interface AfterRunEvent<TState, TResult> extends BeforeRunEvent<TState extends Record<string, unknown> ? TState : never> {
|
||||
result: TResult;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user