ts-playground
Preparing search index...
object-version-control/src/types
SyncItems
Interface SyncItems<T>
interface
SyncItems
<
T
>
{
commits
:
Commit
[]
;
snapshots
:
Snapshot
<
T
>
[]
;
}
Type Parameters
T
Index
Properties
commits
snapshots
Properties
commits
commits
:
Commit
[]
snapshots
snapshots
:
Snapshot
<
T
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
commits
snapshots
ts-playground
Loading...