UNPKG

@hirosystems/api-toolkit

Version:
9 lines (8 loc) 207 B
interface ServerVersion { branch: string; commit: string; tag: string; } export declare function getServerVersion(): ServerVersion; export declare const SERVER_VERSION: ServerVersion; export {};