@suluk/provision - v0.2.0
    Preparing search index...

    Interface Snapshot

    interface Snapshot {
        version: string;
        idx: number;
        instances: InstanceSpec[];
    }
    Index

    Properties

    Properties

    version: string
    idx: number

    the migration index this snapshot represents (−1 = the empty pre-history state).

    instances: InstanceSpec[]