/** * Webhook Extra Header */ export interface ExtraHeader { key: string; masked?: boolean; value: string; }