Interface HeliusWebhookResponse

interface HeliusWebhookResponse {
    webhookID: string;
    webhookURL: string;
}

Properties

webhookID: string
webhookURL: string