Hierarchy (view full)

Constructors

Methods

Constructors

Properties

application: Application
client: BaseClient<boolean>
logger: Logger
name: string

Returns the name of the function. Function names are read-only and can not be changed.

Methods

  • Parameters

    • input: string

    Returns Promise<{
        currentArgument: undefined | string;
        data: Record<string, unknown>;
        input: string;
        output: string;
    }>

""