diff --git a/ui/src/app/shared/models.ts b/ui/src/app/shared/models.ts index a9a58d32d5..9f5ac19ccd 100644 --- a/ui/src/app/shared/models.ts +++ b/ui/src/app/shared/models.ts @@ -61,7 +61,7 @@ export interface OperationState { finishedAt: models.Time; } -export type HookType = 'PreSync' | 'Sync' | 'PostSync' | 'Skip'; +export type HookType = 'PreSync' | 'Sync' | 'PostSync' | 'SyncFail' | 'Skip'; export interface RevisionMetadata { author: string;