Interface BinAction

interface BinAction {
    actionName: string;
    payload: PerformBinActionPayload;
}

Properties

Properties

actionName: string

The name of the action to perform

The payload for this specific action