interface KeyedHookFilter {
    fn: HookFn;
    key: string;
}

Properties

Properties

fn: HookFn
key: string

Generated using TypeDoc