From 95c6addca2fee5490a8a11644ba92e350ec0aa5e Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 14 Jul 2026 09:48:25 -0400 Subject: [PATCH] fix(release): declare evidence API helpers --- scripts/release-ci-summary.d.mts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/release-ci-summary.d.mts b/scripts/release-ci-summary.d.mts index b183bd4e88bf..5a253c55502c 100644 --- a/scripts/release-ci-summary.d.mts +++ b/scripts/release-ci-summary.d.mts @@ -1,4 +1,6 @@ #!/usr/bin/env node +export function githubRestArgs(pathSuffix: string, repository?: string): string[]; +export function artifactDownloadArgs(artifactId: string | number, repository?: string): string[]; export function validateParentRunBinding( parentView: unknown, parentRest: unknown,