@cpod/sdk - v0.2.7
    Preparing search index...

    Interface StorageEvent

    Storage event for reactive updates

    interface StorageEvent {
        namespace: string;
        key: string;
        value: unknown;
        oldValue?: unknown;
        timestamp: string;
    }
    Index

    Properties

    namespace: string
    key: string
    value: unknown
    oldValue?: unknown
    timestamp: string