Type Alias ApplicationAfterFunction<Ref>

ApplicationAfterFunction: (
    app: Ref,
    config: ConfigService,
    logger: NGXLogger,
) => any | Promise<any>

Type Parameters

Type declaration

    • (app: Ref, config: ConfigService, logger: NGXLogger): any | Promise<any>
    • Parameters

      • app: Ref
      • config: ConfigService
      • logger: NGXLogger

      Returns any | Promise<any>