Interface NewMessage

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

Hierarchy (view full)

Properties

Properties

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