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

    Properties

    parents: string[]
    snapshotHash: string