import type { ResourceWithId } from "./resource"; export interface ArtifactResource extends ResourceWithId { Created: string; Filename: string; LogCorrelationId: string; ServerTaskId: string; Source: string; }