Interface HookOutputValues

interface HookOutputValues {
    [hookName: string]: any;
}

Indexable

[hookName: string]: any

Generated using TypeDoc