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

    Interface IFile

    interface IFile {
        content: string;
        encoding: string;
        name: string;
        type: string;
    }
    Index

    Properties

    content: string
    encoding: string
    name: string
    type: string