ethers.js/misc/admin/lib/github.d.ts

2 lines
173 B
TypeScript
Raw Normal View History

2020-10-03 09:20:50 +03:00
export declare function createRelease(user: string, password: string, tagName: string, title: string, body: string, prerelease?: boolean, commit?: string): Promise<string>;