mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 18:26:51 +00:00
fix(release): declare evidence API helpers
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user