Type Alias ArrayDataTypeDefinition

ArrayDataTypeDefinition: BaseDataTypeDefinition & {
    items: DataTypeDefinition;
    type: "Array";
}