import { phid } from './iGlobal'; export interface WebhookParse { object: { type: string; phid: phid; }; triggers: Array; action: { test: boolean; silent: boolean; secure: boolean; epoch: number; }; transactions: Array; }