mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-23 22:54:57 +00:00
fix(release): declare evidence API helpers
This commit is contained in:
parent
56fb30a553
commit
95c6addca2
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue