Interface WebhookShowOptions

interface WebhookShowOptions {
    secret?: string;
}

Properties

Properties

secret?: string