Esposter
    Preparing search index...

    Interface TMXImageParsed

    interface TMXImageParsed {
        height: number;
        source: string;
        width: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    height: number
    source: string
    width: number