Interface TexturesGetTexturesResponse

TexturesGetTexturesResponse ($ref: "Textures.GetTextures.Response") Response structure for the GetTextures method.

interface TexturesGetTexturesResponse {
    textures: Texture[];
    total: number;
}

Properties

Properties

textures: Texture[]
total: number