Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InitializeApiHostOptions

Options for an 'initialize' method of an 'ApiHost' object.

Hierarchy

  • InitializeApiHostOptions

Index

Properties

Properties

Optional onAppCreated

onAppCreated: (app: express.Express) => void

Is invoked after an Express app instance has been created.

Type declaration

    • (app: express.Express): void
    • Parameters

      • app: express.Express

      Returns void

Generated using TypeDoc