UNPKG

reg-gh-app-interface

Version:
6 lines (5 loc) 153 B
export * from "./event-types"; export declare type GhAppServerInfo = { endpoint: string; }; export declare function getGhAppInfo(): GhAppServerInfo;