UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

7 lines (6 loc) 283 B
export declare class VkprGitlabParameter { private static _instance; private constructor(); add(projectName: string, parameterName: string, parameterValue: string, parameterMasked: boolean, parameterScope: string): void; static get instance(): VkprGitlabParameter; }