Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RepositorySyncAttempt

import type { RepositorySyncAttempt } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";

Detail data for a repository sync attempt activated by a push to a repository.

interface RepositorySyncAttempt {
startedAt: Date | number;
}

§Properties

§

Detail data for sync attempt events.

§
startedAt: Date | number
[src]

The time when the sync attempt started.

§

The sync attempt status.