@veecode-platform/safira-cli
Version:
Generate a microservice project from your spec.
8 lines (7 loc) • 328 B
TypeScript
import { GithubCredential } from "../../vkpr/credentials/credentials-dto";
export declare class GithubReleaseService {
private static _instance;
private constructor();
getLatestRelease(ownerAndRepository: string, githubCredential?: GithubCredential): Promise<any>;
static get instance(): GithubReleaseService;
}