We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5851c3c commit 1755379Copy full SHA for 1755379
src/schemas/pricing.ts
@@ -19,4 +19,4 @@ export const pricingSchema = z.object({
19
name: z.string(),
20
icon: z.string(),
21
products: z.array(pricingProductSchema),
22
-});
+});
0 commit comments