ts-playground
    Preparing search index...
    interface SyncItems<T> {
        commits: Commit[];
        snapshots: Snapshot<T>[];
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    commits: Commit[]
    snapshots: Snapshot<T>[]