UNPKG

condoit

Version:

[![](https://img.shields.io/badge/Docs-Docs-00a02e?logo=github&style=for-the-badge&color=0000ff)](https://securisec.github.io/condoit/) ![](https://img.shields.io/npm/v/condoit?style=for-the-badge)

16 lines (15 loc) 306 B
import { phid } from './iGlobal'; export interface WebhookParse { object: { type: string; phid: phid; }; triggers: Array<phid>; action: { test: boolean; silent: boolean; secure: boolean; epoch: number; }; transactions: Array<phid>; }