/** * Auto-generated Zod schema for RepositoryLite * DO NOT MODIFY - regenerate with: bun run generate:schemas */ import type { RepositoryLite as RepositoryLiteOctokit } from '@octokit/webhooks-types'; import { z } from 'zod'; export declare const RepositoryLiteSchema: z.ZodObject<{ archive_url: z.ZodString; assignees_url: z.ZodString; blobs_url: z.ZodString; branches_url: z.ZodString; collaborators_url: z.ZodString; comments_url: z.ZodString; commits_url: z.ZodString; compare_url: z.ZodString; contents_url: z.ZodString; contributors_url: z.ZodString; deployments_url: z.ZodString; description: z.ZodNullable; downloads_url: z.ZodString; events_url: z.ZodString; fork: z.ZodBoolean; forks_url: z.ZodString; full_name: z.ZodString; git_commits_url: z.ZodString; git_refs_url: z.ZodString; git_tags_url: z.ZodString; hooks_url: z.ZodString; html_url: z.ZodString; id: z.ZodNumber; issue_comment_url: z.ZodString; issue_events_url: z.ZodString; issues_url: z.ZodString; keys_url: z.ZodString; labels_url: z.ZodString; languages_url: z.ZodString; merges_url: z.ZodString; milestones_url: z.ZodString; name: z.ZodString; node_id: z.ZodString; notifications_url: z.ZodString; owner: z.ZodObject<{ login: z.ZodString; id: z.ZodNumber; node_id: z.ZodString; name: z.ZodOptional; email: z.ZodOptional>; avatar_url: z.ZodString; gravatar_id: z.ZodString; url: z.ZodString; html_url: z.ZodString; followers_url: z.ZodString; following_url: z.ZodString; gists_url: z.ZodString; starred_url: z.ZodString; subscriptions_url: z.ZodString; organizations_url: z.ZodString; repos_url: z.ZodString; events_url: z.ZodString; received_events_url: z.ZodString; type: z.ZodUnion, z.ZodLiteral<"User">, z.ZodLiteral<"Organization">]>; site_admin: z.ZodBoolean; }, z.core.$strip>; private: z.ZodBoolean; pulls_url: z.ZodString; releases_url: z.ZodString; stargazers_url: z.ZodString; statuses_url: z.ZodString; subscribers_url: z.ZodString; subscription_url: z.ZodString; tags_url: z.ZodString; teams_url: z.ZodString; trees_url: z.ZodString; url: z.ZodString; }, z.core.$strip>; export type RepositoryLite = RepositoryLiteOctokit; export declare function isRepositoryLite(value: unknown): value is RepositoryLite; //# sourceMappingURL=repository-lite.d.ts.map