Phantom marker brand carrying the payload type at the type level. Not constructed by user code; produced exclusively by payload.

interface PayloadMarker<P extends object> {
    __payload: P;
}

Type Parameters

  • P extends object

Properties

Properties

__payload: P