interface HookRunContext<T> {
    hook: string;
    params: T;
    [key: string]: any;
}

Type Parameters

  • T extends any[] = []

Indexable

[key: string]: any

Properties

Properties

hook: string
params: T