Octra libraries - v2.0.0
    Preparing search index...

    Interface FileSize

    represents a file size definition giving size and label.

    interface FileSize {
        label: string;
        size: number;
    }
    Index

    Properties

    Properties

    label: string
    size: number