Type Alias TextureType

TextureType:
    | "background"
    | "icon"
    | "banner"
    | "thumbnail"
    | "profile"
    | "custom"

TextureType ($ref: "Textures.TextureType") Enum for types of textures.