interface JobPreview {
    jobId: string;
    projectId: string;
    type: "preview";
    url: string;
}

Hierarchy (View Summary)

Properties

Properties

jobId: string
projectId: string
type: "preview"
url: string