Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import * as z from 'zod/v4';
|
||||
export declare const SvgOptimizerSchema: z.ZodObject<{
|
||||
name: z.ZodString;
|
||||
optimize: z.ZodCustom<(contents: string) => string | Promise<string>, (contents: string) => string | Promise<string>>;
|
||||
}, z.core.$strip>;
|
||||
Reference in New Issue
Block a user