Documentation
    Preparing search index...
    interface ListCheckpointsResponse {
        checkpoints: Checkpoint[];
        cursor: string | null;
        hasNextPage: boolean;
    }
    Index

    Properties

    checkpoints: Checkpoint[]
    cursor: string | null
    hasNextPage: boolean