UNPKG

@obliczeniowo/elementary

Version:
8 lines (7 loc) 197 B
import { ProgressStatus } from '@obliczeniowo/elementary/pie-progress'; export interface ProgressStep<T = any> { name: string; progress: number; status: ProgressStatus; data?: T; }