UNPKG

@heroku-cli/command

Version:
14 lines (13 loc) 399 B
export declare class Vars { get apiHost(): string; get apiUrl(): string; get envGitHost(): string | undefined; get envHost(): string | undefined; get envParticleboardUrl(): string | undefined; get gitHost(): string; get gitPrefixes(): string[]; get host(): string; get httpGitHost(): string; get particleboardUrl(): string; } export declare const vars: Vars;