@bodil/bdb
    Preparing search index...

    Type Alias DatabaseBroadcast

    type DatabaseBroadcast = {
        event: "update" | "delete";
        key: unknown;
        table: string;
    }

    Properties

    event: "update" | "delete"
    key: unknown
    table: string