ThreePipe
    Preparing search index...

    Type Alias IFile

    IFile: Blob & Partial<File> & {
        __loadedAsset?: ImportResult | ImportResult[];
        ext?: string;
        filePath?: string;
        mime?: string;
        objectUrl?: string;
    }