@serwist/build
Version:
A module that integrates into your build process, helping you generate a manifest of local files that should be precached.
16 lines • 424 B
TypeScript
import { z } from "zod";
export declare const optionalSwDestPartial: z.ZodObject<{
swDest: z.ZodOptional<z.ZodString>;
}, "strict", z.ZodTypeAny, {
swDest?: string | undefined;
}, {
swDest?: string | undefined;
}>;
export declare const requiredSwDestPartial: z.ZodObject<{
swDest: z.ZodString;
}, "strict", z.ZodTypeAny, {
swDest: string;
}, {
swDest: string;
}>;
//# sourceMappingURL=swDest.d.ts.map