Forest Admin - API reference
    Preparing search index...

    Type Alias HookHandler<C, R, S, N>

    HookHandler: (context: C) => Promise<R> | R

    Type Parameters

    Type Declaration

      • (context: C): Promise<R> | R
      • Parameters

        • context: C

        Returns Promise<R> | R