Interface CommitOptions

interface CommitOptions {
    timestamp?: number;
}

Properties

Properties

timestamp?: number

Generated using TypeDoc