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

7 lines (6 loc) 273 B
import { HttpStatusCode } from '../common/constants'; declare const authorizeHandler: (event: any) => Promise<{ statusCode: HttpStatusCode.Ok | HttpStatusCode.Unauthorized | HttpStatusCode.MethodNotAllowed; body: string; }>; export { authorizeHandler as handler };