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

RepositorySyncEvent

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

Repository sync event detail data for a sync attempt.

interface RepositorySyncEvent {
event: string;
externalId?: string | null;
time: Date | number;
type: string;
}

§Properties

§
event: string
[src]

Event detail for a repository sync attempt.

§
externalId?: string | null
[src]

The external ID of the sync event.

§
time: Date | number
[src]

The time that the sync event occurred.

§
type: string
[src]

The type of event.