Interface: VersionPair
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:172
A pair of version strings, typically representing the "from" and "to" versions of a dataset or environment. The content may be a hash or a uri, and can only be compared for equality/inequality.
There is no ordering implied in the version strings stored in this structure.
Properties
from?
readonlyoptionalfrom?:string
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:173
to
readonlyto:string
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:174