/** * Auto-generated Zod schema for CustomPropertyValue * DO NOT MODIFY - regenerate with: bun run generate:schemas */ import type { CustomPropertyValue as CustomPropertyValueOctokit } from '@octokit/webhooks-types'; import { z } from 'zod'; export declare const CustomPropertyValueSchema: z.ZodObject<{ property_name: z.ZodString; value: z.ZodNullable]>>; }, z.core.$strip>; export type CustomPropertyValue = CustomPropertyValueOctokit; export declare function isCustomPropertyValue(value: unknown): value is CustomPropertyValue; //# sourceMappingURL=custom-property-value.d.ts.map