UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

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