Skip to content

Commit 0c5d6c4

Browse files
committed
Missed one
1 parent b5711be commit 0c5d6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ export type PaginatedRequest = Infer<typeof PaginatedRequestSchema>;
11641164
export type PaginatedResult = Infer<typeof PaginatedResultSchema>;
11651165

11661166
/* Resources */
1167-
export type ResourceContents = Flatten<z.infer<typeof ResourceContentsSchema>>;
1167+
export type ResourceContents = Infer<typeof ResourceContentsSchema>;
11681168
export type TextResourceContents = Infer<typeof TextResourceContentsSchema>;
11691169
export type BlobResourceContents = Infer<typeof BlobResourceContentsSchema>;
11701170
export type Resource = Infer<typeof ResourceSchema>;

0 commit comments

Comments
 (0)