Interface DenoKVMessage<Msg>

Internal message format for DenoKVMessageBus.

interface DenoKVMessage {
    data: Msg;
    topic: string;
}

Type Parameters

  • Msg = unknown

Properties

Properties

data: Msg
topic: string

Generated using TypeDoc