Prism API - v1.29.0
    Preparing search index...

    Interface HookEnv

    interface HookEnv {
        context?: object;
        [key: string]: any;
    }

    Hierarchy

    • BaseHookEnv
    • Record<string, any>
      • HookEnv

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    context?: object