interface FindResponse { webhook: string; enabled: boolean; webhook_by_events: boolean; events: string[]; } export type { FindResponse };