@breautek/storm
    Preparing search index...

    Interface IHandler<TApplication>

    interface IHandler<TApplication extends Application = Application> {
        new IHandler(app: TApplication): Handler;
    }

    Type Parameters

    Index

    Constructors

    Constructors