Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import * as z from "zod/v4";
|
||||
const SvgOptimizerSchema = z.object({
|
||||
name: z.string(),
|
||||
optimize: z.custom((v) => typeof v === "function")
|
||||
});
|
||||
export {
|
||||
SvgOptimizerSchema
|
||||
};
|
||||
Reference in New Issue
Block a user