/** * refers to webhook execution */ export type WebhookExecResult = 'FATAL_ERROR' | 'RETRIABLE_ERROR' | 'SUCCESS';