Type alias InvocationOverrides

InvocationOverrides: Partial<Pick<Options, "eidFn" | "idempotencyKeyFn" | "retryPolicy" | "tags" | "timeout" | "version">> & {
    __resonate: true;
}

A subset of configuration options for overriding when invocating a top level function.

Type declaration

  • __resonate: true