Type Alias WebhookList

type WebhookList = {
    data?: WebhookResponse[];
    links?: { next?: Link; prev?: Link; self?: Link };
}
Index

Properties

Properties

links?: { next?: Link; prev?: Link; self?: Link }