UNPKG

njinn

Version:

Build and run serverless javascript applications.

7 lines (6 loc) 105 B
export interface Webhook { url: string; headers: { [key: string]: string; }; }