chore: include pre-built dist for github install
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import { z } from "zod";
|
||||
export declare const CommentCheckerConfigSchema: z.ZodObject<{
|
||||
custom_prompt: z.ZodOptional<z.ZodString>;
|
||||
}, z.core.$strip>;
|
||||
export type CommentCheckerConfig = z.infer<typeof CommentCheckerConfigSchema>;
|
||||
Reference in New Issue
Block a user