/** * Auto-generated Zod schema for SecretScanningLocationIssueBody * DO NOT MODIFY - regenerate with: bun run generate:schemas */ import type { SecretScanningLocationIssueBody as SecretScanningLocationIssueBodyOctokit } from '@octokit/webhooks-types'; import { z } from 'zod'; export declare const SecretScanningLocationIssueBodySchema: z.ZodObject<{ issue_body_url: z.ZodString; }, z.core.$strip>; export type SecretScanningLocationIssueBody = SecretScanningLocationIssueBodyOctokit; export declare function isSecretScanningLocationIssueBody(value: unknown): value is SecretScanningLocationIssueBody; //# sourceMappingURL=secret-scanning-location-issue-body.d.ts.map