1
2
3
4
5
6
7
8
9
//
use crate::newtype;

newtype!(
    WebhookId,
    String,
    derive_more::Display,
    "The ID of the webhook, as returned by the forge when it is registered."
);