/** * Auto-generated Zod schema for GitHubOrg * DO NOT MODIFY - regenerate with: bun run generate:schemas */ import type { GitHubOrg as GitHubOrgOctokit } from '@octokit/webhooks-types'; import { z } from 'zod'; export declare const GitHubOrgSchema: z.ZodObject<{ login: z.ZodLiteral<"github">; id: z.ZodLiteral<9919>; node_id: z.ZodLiteral<"MDEyOk9yZ2FuaXphdGlvbjk5MTk=">; name: z.ZodOptional>; email: z.ZodOptional; avatar_url: z.ZodLiteral<"https://avatars.githubusercontent.com/u/9919?v=4">; gravatar_id: z.ZodLiteral<"">; url: z.ZodLiteral<"https://api.github.com/users/github">; html_url: z.ZodLiteral<"https://github.com/github">; followers_url: z.ZodLiteral<"https://api.github.com/users/github/followers">; following_url: z.ZodLiteral<"https://api.github.com/users/github/following{/other_user}">; gists_url: z.ZodLiteral<"https://api.github.com/users/github/gists{/gist_id}">; starred_url: z.ZodLiteral<"https://api.github.com/users/github/starred{/owner}{/repo}">; subscriptions_url: z.ZodLiteral<"https://api.github.com/users/github/subscriptions">; organizations_url: z.ZodLiteral<"https://api.github.com/users/github/orgs">; repos_url: z.ZodLiteral<"https://api.github.com/users/github/repos">; events_url: z.ZodLiteral<"https://api.github.com/users/github/events{/privacy}">; received_events_url: z.ZodLiteral<"https://api.github.com/users/github/received_events">; type: z.ZodLiteral<"Organization">; site_admin: z.ZodLiteral; }, z.core.$strip>; export type GitHubOrg = GitHubOrgOctokit; export declare function isGitHubOrg(value: unknown): value is GitHubOrg; //# sourceMappingURL=git-hub-org.d.ts.map