export interface ExtractStatus {
    step: string;
    of: string;
    action: string;
    name?: string;
    timeout?: number;
}
