interface StorageContextFactory<S> {
    createContext(context: string): StorageContext<S>;
}

Type Parameters

Implemented by

Methods

  • Parameters

    • context: string

    Returns StorageContext<S>