Skip to content

Commit f4df860

Browse files
Migrates 'entra app' commands to Zod
1 parent 88d51e6 commit f4df860

25 files changed

+1341
-1581
lines changed

src/m365/adaptivecard/commands/adaptivecard-send.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const options = globalOptionsZod
1818
card: z.string().optional(),
1919
cardData: z.string().optional()
2020
})
21-
.and(z.any());
21+
.and(z.unknown());
2222

2323
declare type Options = z.infer<typeof options>;
2424

0 commit comments

Comments
 (0)