Skip to content
module@warp-drive/experiments/storage @experimental

Interface ValueTransition<T>

Defined in: storage/-private/storage-infra.ts:11

Type Parameters

T

T = unknown

Properties

from

ts
from: T;

Defined in: storage/-private/storage-infra.ts:13


key

ts
key: string;

Defined in: storage/-private/storage-infra.ts:12


to

ts
to: T;

Defined in: storage/-private/storage-infra.ts:14

Released under the MIT License.