zibri
    Preparing search index...

    The base data for a thread job worker.

    type BaseThreadJobWorkerData = {
        filePath: string;
    }
    Index

    Properties

    Properties

    filePath: string

    The path to the worker file. This can either be a ts or a js file.