Just like in the api namespace it would be nice to define a base interface that all other interfaces would rely on. Some properties like createdAt and updatedAt are common and we might eventually find the location useful for code that would be useful to all those models.
Just like in the
apinamespace it would be nice to define a base interface that all other interfaces would rely on. Some properties likecreatedAtandupdatedAtare common and we might eventually find the location useful for code that would be useful to all those models.