Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Executable

A generic interface for an executable (i.e., an Action with a payload object and .exec() function).

Hierarchy

  • Executable

Index

Properties

Properties

exec

exec: () => Promise<unknown>

Type declaration

    • (): Promise<unknown>
    • Returns Promise<unknown>

payload

payload: Payload