UNPKG

biketag-admin

Version:

<h1 align=center>BikeTag-Admin</h1> <div align="center"> <img alt="biketag-admin logo" src="https://raw.githubusercontent.com/keneucker/biketag-website/production/public/img/Tag-Logo-Stacked-V2-medium.png" height="auto" width="200" style="border-radius:25

8 lines (7 loc) 312 B
import { BackgroundProcessResults, HttpStatusCode } from '../common'; export declare const assignAchievements: () => Promise<BackgroundProcessResults>; declare const assignAchievementsHandler: () => Promise<{ statusCode: HttpStatusCode; body: string; }>; export { assignAchievementsHandler as handler };