export class WebhookConfigAttributes { 'contact-email': string enabled: boolean 'shared-secret': string // >= 8 characters url: string 'created-at': string // (Date with Time) failures: number 'updated-at': string // (Date with Time) }