Type Alias PublishingTask
PublishingTask: { createdAt: string; error: { code?: string; message?: string } | null; id: string; packageName: PackageName; packageScope: ScopeName; packageVersion: Version; status: "pending" | "processing" | "processed" | "success" | "failure"; updatedAt: string; userId: UserId & null;} Type declaration
createdAt: string
error: { code?: string; message?: string } | null
id: string
packageVersion: Version
status: "pending" | "processing" | "processed" | "success" | "failure"
updatedAt: string
userId: UserId & null
The date and time when the publishing task was created.