feat: things are happening...
This commit is contained in:
@@ -9,4 +9,6 @@ export const IngredientSchema = z.object({
|
||||
|
||||
export const IngredientSchemaWithoutId = IngredientSchema.omit({ id: true });
|
||||
|
||||
export type IngredientModel = z.infer<typeof IngredientSchema>;
|
||||
|
||||
export type IngredientModel = z.infer<typeof IngredientSchema>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user