playlite
    Preparing search index...

    Interface ImportProgressPayload

    Payload emitido pelo backend durante uma importação em andamento.

    interface ImportProgressPayload {
        current: number;
        total: number;
        game: string;
    }
    Index

    Properties

    Properties

    current: number
    total: number
    game: string