Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Git

Index

Constructors

Properties

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

Methods

  • setCreatedAt(): Promise<void>
  • Set the createdAt time to the current time.

    async

    Returns Promise<void>

    date - Date this job was created.

  • setUpdatedAt(): Promise<Date>
  • Set the updatedAt time to the current time.

    async

    Returns Promise<Date>

    date - Date this job was last updated.

Generated using TypeDoc