Skip to content

Commit 4d46b39

Browse files
Copilothotlong
andcommitted
fix: remove duplicate type exports in marketplace.zod.ts
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent eb0766c commit 4d46b39

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/spec/src/cloud/marketplace.zod.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,5 +497,3 @@ export type MarketplaceSearchRequest = z.infer<typeof MarketplaceSearchRequestSc
497497
export type MarketplaceSearchResponse = z.infer<typeof MarketplaceSearchResponseSchema>;
498498
export type MarketplaceInstallRequest = z.infer<typeof MarketplaceInstallRequestSchema>;
499499
export type MarketplaceInstallResponse = z.infer<typeof MarketplaceInstallResponseSchema>;
500-
export type ArtifactReference = z.infer<typeof ArtifactReferenceSchema>;
501-
export type ArtifactDownloadResponse = z.infer<typeof ArtifactDownloadResponseSchema>;

0 commit comments

Comments
 (0)