UNPKG

@betacodd/lighthouse-package

Version:

NPM package and CLI tool to interact with lighthouse protocol

8 lines (7 loc) 173 B
export type authResponse = { data: { access_token: string; }; }; declare const _default: (apiKey: string) => Promise<authResponse>; export default _default;