chore: generate
This commit is contained in:
@@ -13,7 +13,10 @@ const basePayload = z.object({
|
|||||||
})
|
})
|
||||||
|
|
||||||
const groups = z
|
const groups = z
|
||||||
.object({ result: z.union([z.number(), z.string()]).nullish(), group: z.object({ key: z.string(), value: z.string() }).array() })
|
.object({
|
||||||
|
result: z.union([z.number(), z.string()]).nullish(),
|
||||||
|
group: z.object({ key: z.string(), value: z.string() }).array(),
|
||||||
|
})
|
||||||
.array()
|
.array()
|
||||||
|
|
||||||
const honeycombWebhookPayload = z.discriminatedUnion("type", [
|
const honeycombWebhookPayload = z.discriminatedUnion("type", [
|
||||||
|
|||||||
Reference in New Issue
Block a user