@turbowarp/types-tw
    Preparing search index...

    Interface ProgressMetadata

    interface ProgressMetadata {
        currentFile: string;
        percent: number;
    }
    Index

    Properties

    Properties

    currentFile: string
    percent: number