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

    Interface Storage

    Main storage interface with common and temp namespaces

    interface Storage {
        common: NamespaceStorage;
        temp: NamespaceStorage;
    }
    Index

    Properties

    Properties

    Common storage shared across all apps

    Temporary storage with auto-expiration