Stone.js API
    Preparing search index...
    KeyRouteHandler: ((...args: A) => R | Promise<R>) | Record<string, any>

    A key handler: a function, or an object/instance exposing an action method.

    Type Parameters

    • A extends any[] = any[]
    • R = unknown