Skip to content

Commit aefa26b

Browse files
Merge pull request #256 from contentstack/fix/dx-2034-version-property
dx 2034 version property
2 parents 1293e50 + b3d0365 commit aefa26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/utility/publish.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export interface PublishDetails {
99
export interface PublishConfig {
1010
publishDetails: PublishDetails
1111
locale?: string
12-
version?: string
12+
version?: number
1313
scheduledAt?: string
1414
}
1515

0 commit comments

Comments
 (0)