Skip to content

Interface: Action<T, Type>

Defined in: src/lib/actions/action.interface.ts:4

Action<T, Type extends string = string> is a type of object that represents an event. It has a type property and a payload property.

Type Parameters

T

T

Type

Type extends string = string