Interface MessageOutput<TGenericType>

The output context for a message response from a back-end.

interface MessageOutput<TGenericType = GenericItem[]> {
    generic?: TGenericType;
}

Type Parameters

Properties

Properties

generic?: TGenericType

Responses intended to be processed by a generic channel. This will be an array of message response items.

MMNEPVFCICPMFPCPTTAAATR