@roomy-chat/sdk
    Preparing search index...

    Interface EphemeralStoreEvent

    interface EphemeralStoreEvent {
        added: string[];
        by: "local" | "import" | "timeout";
        removed: string[];
        updated: string[];
    }
    Index

    Properties

    Properties

    added: string[]
    by: "local" | "import" | "timeout"
    removed: string[]
    updated: string[]