UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

6 lines (5 loc) 98 B
export interface WebhookConfig { bindTo: string; port: number; secretToken: string; }