Interface IWebHookEvenType

interface IWebHookEvenType {
    description: string;
    name: string;
    title: string;
}

Properties

description: string
name: string
title: string