Interface TexturesDetailsTexture

interface TexturesDetailsTexture {
    cachedurl?: string;
    imagehash?: string;
    lasthashcheck?: string;
    sizes?: TexturesDetailsSize[];
    textureid?: number;
    url?: string;
}

Properties

cachedurl?: string
imagehash?: string
lasthashcheck?: string
textureid?: number
url?: string