We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c112907 + aefa26b commit 545a721Copy full SHA for 545a721
types/utility/publish.d.ts
@@ -9,7 +9,7 @@ export interface PublishDetails {
9
export interface PublishConfig {
10
publishDetails: PublishDetails
11
locale?: string
12
- version?: string
+ version?: number
13
scheduledAt?: string
14
}
15
0 commit comments