fix: expose missing createdAt and updatedAt fields from flow

This commit is contained in:
Rıdvan Akca
2024-04-12 16:46:21 +02:00
parent e5be8d3ba7
commit ab37250d5d
7 changed files with 13 additions and 0 deletions

View File

@@ -241,6 +241,7 @@ export const FlowPropType = PropTypes.shape({
PropTypes.instanceOf(Date),
]),
updatedAt: PropTypes.oneOfType([
PropTypes.number,
PropTypes.string,
PropTypes.instanceOf(Date),
]),