Skip to main content
Module

x/flux_standard_action/mod.ts>FluxStandardActionAuto

Port of flux-standard-action npm package for Deno.
type alias FluxStandardActionAuto
import { type FluxStandardActionAuto } from "https://deno.land/x/flux_standard_action@v1.0.0/mod.ts";

A Flux Standard action with inferred requirements for the payload and metadata properties. The payload and meta properties will be required if the corresponding type argument if not the undefined type.

Type Parameters

optional
Type extends string = string
optional
Payload = undefined
optional
Meta = undefined