$InboundDownwardMessage: $.Shape<{
    msg: `0x${string}`;
    sentAt: number;
}, {
    msg: `0x${string}`;
    sentAt: number;
}> = ...

A wrapped version of DownwardMessage. The difference is that it has attached the block number when the message was sent.