fix: expose missing createdAt and updatedAt fields from flow
This commit is contained in:
@@ -241,6 +241,7 @@ export const FlowPropType = PropTypes.shape({
|
||||
PropTypes.instanceOf(Date),
|
||||
]),
|
||||
updatedAt: PropTypes.oneOfType([
|
||||
PropTypes.number,
|
||||
PropTypes.string,
|
||||
PropTypes.instanceOf(Date),
|
||||
]),
|
||||
|
Reference in New Issue
Block a user