Type alias TaskExecutor

TaskExecutor: ((client: Client, ...args: any[]) => void)

Type declaration

    • (client: Client, ...args: any[]): void
    • Interface for Task executors

      Parameters

      • client: Client
      • Rest ...args: any[]

      Returns void

Generated using TypeDoc