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

    Interface FileInfoSerialized

    interface FileInfoSerialized {
        attributes?: any;
        content?: string;
        fullname: string;
        hash?: string;
        online?: boolean;
        size: number;
        type: string;
        url?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: any
    content?: string
    fullname: string
    hash?: string
    online?: boolean
    size: number
    type: string
    url?: string