UNPKG

@trilo/hippopotamus

Version:

Make requests to the Trilo ecosystem

10 lines (9 loc) 240 B
declare const setupCredentials: ({ stagePrefix, key, secret, }: { stagePrefix: string; key: string; secret: string; }) => Promise<{ accessToken: string | undefined; expireAt: number; }>; export default setupCredentials;