import { DestinyComponentsCraftablesDestinyCraftablesComponent } from './destinyComponentsCraftablesDestinyCraftablesComponent'; /** * COMPONENT TYPE: Craftables */ export interface DestinyResponsesDestinyProfileResponseCharacterCraftables { data?: { [key: string]: DestinyComponentsCraftablesDestinyCraftablesComponent; }; privacy?: number; /** * If true, this component is disabled. */ disabled?: boolean; }