Skip to content

Commit

Permalink
Update BitBucketCloudDSL.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloCore committed Mar 9, 2021
1 parent b87084f commit 5f404cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/dsl/BitBucketCloudDSL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ export interface BitBucketCloudPRDSL {
description: string
/** The pull request's current status. */
state: "OPEN" | "MERGED" | "DECLINED" | "SUPERSEDED"
/** Date PR created as number of milliseconds since the unix epoch */
created_on: number
/** Date PR updated as number of milliseconds since the unix epoch */
updated_on: number
/** When the pr was created, in ISO 8601 format */
created_on: string
/** When the pr was updated, in ISO 8601 format */
updated_on: string
/** The PR's source, The repo Danger is running on */
source: BitBucketCloudMergeRef
/** The PR's destination */
Expand Down

0 comments on commit 5f404cf

Please sign in to comment.