Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 6ba124c

Browse files
juliankrispelfacebook-github-bot
authored andcommitted
fixes #868 (#1878)
Summary: **Summary** - Updated the DraftEntity flow type to be `string`. fixes #868 **Test Plan** N/A Pull Request resolved: #1878 Differential Revision: D10188002 fbshipit-source-id: e52da4d8dd708c7ed58e7d6f8c585e86835f1bb2
1 parent c336ae2 commit 6ba124c

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

src/model/entity/DraftEntityType.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@
1313

1414
'use strict';
1515

16-
import typeof ComposedEntityType from 'ComposedEntityType';
17-
18-
export type DraftEntityType = $Keys<ComposedEntityType>;
16+
export type DraftEntityType = string;

src/stubs/ComposedEntityType.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)