Skip to content

Commit

Permalink
feat(types): ArtifactConfig add subscriptionUserInfoProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
hunshcn committed Jan 24, 2024
1 parent 8947ca5 commit ec18a1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/validators/artifact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export const ArtifactValidator = z.object({
destDir: z.ostring(),
downloadUrl: z.ostring(),
templateString: z.ostring(),
subscriptionUserInfoProvider: z.ostring(),
})

0 comments on commit ec18a1d

Please sign in to comment.