Interface Message

interface Message {
    column: string;
    row: string & Brand<"Id">;
    table: string;
    timestamp: TimestampString;
    value: Value;
}

Hierarchy (view full)

Properties

column: string
row: string & Brand<"Id">
table: string
timestamp: TimestampString
value: Value