SwiftDocCTypeDetailsStructureTypeDetailsA type’s details, including whether it’s an array, and optionally the element’s type.struct TypeDetailsTopicsInitializersinit(from: any Decoder) throwsInstance Propertiesvar arrayMode: Bool?If true, the type is an array.var baseType: String?A base type name.