/** * Auto-generated Zod schema for InstallationLite * DO NOT MODIFY - regenerate with: bun run generate:schemas */ import type { InstallationLite as InstallationLiteOctokit } from '@octokit/webhooks-types'; import { z } from 'zod'; export declare const InstallationLiteSchema: z.ZodObject<{ id: z.ZodNumber; node_id: z.ZodString; }, z.core.$strip>; export type InstallationLite = InstallationLiteOctokit; export declare function isInstallationLite(value: unknown): value is InstallationLite; //# sourceMappingURL=installation-lite.d.ts.map