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
9 lines (8 loc) • 376 B
TypeScript
import { HttpStatusCode } from '../common/constants';
import { BackgroundProcessResults } from '../common/types';
export declare const autoNotifyNewBikeTagPosted: (event: any) => Promise<BackgroundProcessResults>;
declare const autoPostNotifyHandler: (event: any) => Promise<{
statusCode: HttpStatusCode;
body: string;
}>;
export { autoPostNotifyHandler as handler };