Interface WzaAction

interface WzaAction {
    type: WZA_ACTION_TYPES;
    [extraProps: string]: any;
}

Indexable

[extraProps: string]: any

Properties

Properties