interface ListSnapshotsResponse {
    snapshots: Block.v1alpha1.Snapshot[];
    totalCount: number;
}

Properties

snapshots: Block.v1alpha1.Snapshot[]

Paginated returned list of snapshots.

totalCount: number

Total number of snpashots in the project.