Pacote
    Preparing search index...

    Interface Action<P, M>

    interface Action<P = any, M = any> {
        meta: M;
        payload: P;
        type: string;
    }

    Type Parameters

    • P = any
    • M = any
    Index

    Properties

    Properties

    meta: M
    payload: P
    type: string