rest-vir - v1.0.0
    Preparing search index...

    Type Alias PostHook<Context, ServiceName, EndpointsInit, WebSocketsInit>

    PostHook: (
        params: PostHookParams<
            Context,
            ServiceName,
            EndpointsInit,
            WebSocketsInit,
        >,
    ) => MaybePromise<Partial<EndpointImplementationOutput> | undefined | void>

    Type for ServiceImplementationsParams.postHook.

    Type Parameters

    Type declaration