14dc584ec5ff77021ab97c366aee3689c9685f04
[arvados-workbench2.git] / src / services / api / api-progress.ts
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 export type ProgressFn = (id: string, working: boolean) => void;