interface Mailbox {
    ack: bigint;
    outbox: Map<bigint, unknown>;
}

Properties

Properties

ack: bigint
outbox: Map<bigint, unknown>