This commit is contained in:
DrJKL
2026-05-04 13:21:43 -07:00
parent c89da7ed35
commit abb892b459

View File

@@ -8,10 +8,7 @@ import { isAbortError } from '@/utils/typeGuardUtil'
* Returns true when the status fully resolves the group; false leaves the group
* for the caller's fallback path.
*/
export type ApplyAssetHashStatus<T> = (
status: AssetHashStatus,
group: T[]
) => boolean
type ApplyAssetHashStatus<T> = (status: AssetHashStatus, group: T[]) => boolean
/**
* Verifies grouped candidates against the asset hash endpoint in parallel.