ts-playground
    Preparing search index...
    interface CommitInfo {
        parents: string[];
        snapshotHash: string;
        timestamp: number;
    }
    Index

    Properties

    parents: string[]
    snapshotHash: string
    timestamp: number