/**
 * @example
 *     {
 *         webhookId: 1000000
 *     }
 */
export interface GetWebhookRequest {
    /** Id of the webhook */
    webhookId: number;
}
