Checkpoint model.

interface ICheckpointModel {
    id: string;
    last_modified: string;
}

Properties

Properties

id: string

The unique identifier for the checkpoint.

last_modified: string

Last modified timestamp.