Type alias RemoteFunctionRun

RemoteFunctionRun: ((...args) => string[] | Promise<string[]>)

A remote function that can be called by the Task Agent.

Type declaration

    • (...args): string[] | Promise<string[]>
    • Parameters

      • Rest ...args: string[]

      Returns string[] | Promise<string[]>