Member Junction
    Preparing search index...
    interface TestExecutionProgress {
        currentStep: string;
        message: string;
        percentage: number;
    }
    Index

    Properties

    currentStep: string
    message: string
    percentage: number