Skip to content

Commit 5f404cf

Browse files
authored
Update BitBucketCloudDSL.ts
1 parent b87084f commit 5f404cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/dsl/BitBucketCloudDSL.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ export interface BitBucketCloudPRDSL {
3535
description: string
3636
/** The pull request's current status. */
3737
state: "OPEN" | "MERGED" | "DECLINED" | "SUPERSEDED"
38-
/** Date PR created as number of milliseconds since the unix epoch */
39-
created_on: number
40-
/** Date PR updated as number of milliseconds since the unix epoch */
41-
updated_on: number
38+
/** When the pr was created, in ISO 8601 format */
39+
created_on: string
40+
/** When the pr was updated, in ISO 8601 format */
41+
updated_on: string
4242
/** The PR's source, The repo Danger is running on */
4343
source: BitBucketCloudMergeRef
4444
/** The PR's destination */

0 commit comments

Comments
 (0)