UNPKG

@lokalise/node-api

Version:
12 lines (11 loc) 192 B
export interface Webhook { webhook_id: string; url: string; branch: string; secret: string; events: string[]; event_lang_map: Array<{ event: string; lang_iso_codes: string[]; }>; }