Interface HookOutputValues

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

Indexable

[hookName: string]: any