Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions typescript/scheduledTasks.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { MiscTypes } from '..'
import { DeveloperKeyReference } from './keys'

interface WithVersion {
versionId: number
Expand Down Expand Up @@ -113,6 +114,8 @@ export interface NewCompletedTask {
submissionId?: string
/** The user which actioned the task */
completedBy?: MiscTypes.UserProfile
/** The developer key which actioned the task */
completedByKey?: DeveloperKeyReference
/** The timestamp for when the user marked the task as done */
createdAt: string
/**
Expand Down