filecoin-pin
    Preparing search index...

    Type Alias ProgressEvent<T, D>

    ProgressEvent: D extends undefined ? { type: T } : { data: D; type: T }

    Type Parameters

    • T extends string = string
    • D = undefined