Type alias RouterMethod

RouterMethod: ((...args) => Promise<any> | any)

Type declaration

    • (...args): Promise<any> | any
    • Parameters

      • Rest ...args: string[]

      Returns Promise<any> | any

Generated using TypeDoc