/** * @license * Copyright 2022-2026 Matter.js Authors * SPDX-License-Identifier: Apache-2.0 */ import { StorageDriver } from "./StorageDriver.js"; /** * @deprecated Use {@link StorageDriver.Transaction}. */ export const StorageTransaction = StorageDriver.Transaction; /** * @deprecated Use {@link StorageDriver.Transaction}. */ export type StorageTransaction = StorageDriver.Transaction;