@ludovicm67/lib-filetransfer
    Preparing search index...

    Type Alias TransferFileMetadata

    type TransferFileMetadata = {
        id: string;
        name: string;
        size: number;
        type: string;
    }
    Index
    id: string
    name: string
    size: number

    Size of the file, in bytes: what the receiver has to download.

    type: string