UNPKG

cabbie-sync

Version:
16 lines (15 loc) 399 B
/** * * This file is generated automatically, run npm run build to re-generate. **/ declare class Status { _values: any; constructor(values: any); getBuildVersion(): string | void; getBuildRevision(): string | void; getBuildTime(): number | void; getOSArchitecture(): string | void; getOSName(): string | void; getOSVersion(): string | void; } export default Status;