Type Alias DajaxiceFn<TArgs>

DajaxiceFn: <TResult = any>(args: ArgType<TArgs>) => Promise<TResult>

Represents a Dajaxice function.

Type Parameters

  • TArgs = void

    The type of the arguments.

Type declaration

    • <TResult = any>(args: ArgType<TArgs>): Promise<TResult>
    • Type Parameters

      • TResult = any

        The type of the result.

      Parameters

      Returns Promise<TResult>