You’re viewing the v1.5.8 (legacy) docs. Go to the latest docs →
Gaunt Sloth Assistant
    Preparing search index...

    Type Alias MiddlewareResolver

    MiddlewareResolver: (
        middleware: any[] | undefined,
        config: GthConfig,
    ) => Promise<any[]>

    Type Declaration

      • (middleware: any[] | undefined, config: GthConfig): Promise<any[]>
      • Parameters

        • middleware: any[] | undefined
        • config: GthConfig

        Returns Promise<any[]>