pub type WebhookEvents<'a> = Vec<&'a str>;

Aliased Type§

struct WebhookEvents<'a> { /* private fields */ }