/** * Bungie.Net API * These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality. * * OpenAPI spec version: 2.18.0 * Contact: support@bungie.com * * OODestiny Version: 2.0.9 * NOTE: This class is auto generated by the oodestiny code generator program * Repository: {@link https://github.com/owensimpson/oodestiny} * Adapted from {@link https://github.com/DestinyItemManager/bungie-api-ts} * Do not edit these files manually. */ /** @see {@link https://bungie-net.github.io/#/components/schemas/Content.Models.ContentPropertyDataTypeEnum} */ export declare enum ContentPropertyDataTypeEnum { None = 0, Plaintext = 1, Html = 2, Dropdown = 3, List = 4, Json = 5, Content = 6, Representation = 7, Set = 8, File = 9, FolderSet = 10, Date = 11, MultilinePlaintext = 12, DestinyContent = 13, Color = 14 }