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