2 lines
173 B
TypeScript
2 lines
173 B
TypeScript
export declare function createRelease(user: string, password: string, tagName: string, title: string, body: string, prerelease?: boolean, commit?: string): Promise<string>;
|