Skip to content

Commit b3d0365

Browse files
update version property in types/utility/publish.d.ts
1 parent 1293e50 commit b3d0365

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)