Constructors

Properties

address: string
createdAt: Date
deletedAt?: Date
id: string
isApproved: boolean
sha: string
updatedAt?: Date

Methods

  • Set the createdAt time to the current time.

    Returns void

    date - Date this job was created.

    Async

  • Set the updatedAt time to the current time.

    Returns Date

    date - Date this job was last updated.

    Async

Generated using TypeDoc