@svta/common-media-library
    Preparing search index...

    Type Alias ByterangeAlpha

    Byterange

    type Byterange = {
        length: number;
        offset: number;
    }
    Index

    Properties

    Properties

    length: number
    offset: number