@laserware/stasis
    Preparing search index...

    Type Alias Actions<T>

    Actions: Record<T, Action>

    Defines a mapping from action types to corresponding action object shapes.

    Type Parameters

    • T extends keyof any = string

    This should not be used manually - it is only used for internal inference purposes and should not have any further value. It might be removed in the future.