1 2 3 4 5 6
import { User, Webhook } from "../../entities"; export interface WebhookCreateResponse { user: User; hook: Webhook; }