memgraph/include/storage/model/properties/all.hpp

11 lines
382 B
C++
Raw Normal View History

#pragma once
#include "storage/model/properties/array.hpp"
#include "storage/model/properties/bool.hpp"
#include "storage/model/properties/double.hpp"
#include "storage/model/properties/float.hpp"
#include "storage/model/properties/int32.hpp"
#include "storage/model/properties/int64.hpp"
#include "storage/model/properties/null.hpp"
#include "storage/model/properties/string.hpp"