* Implementation * Changes and e2e * Reverting launch.json * Reverting org create handler * Reverting yarn.lock * DRYness and nitpicks * Default org domain to undefined * Applying zomars suggestion * Suggestions * Fixing seed and type in suggestion * Fixing types --------- Co-authored-by: zomars <zomars@me.com>
3 lines
124 B
TypeScript
3 lines
124 B
TypeScript
export { UnpublishedEntity } from "./UnpublishedEntity";
|
|
export type { UnpublishedEntityProps } from "./UnpublishedEntity";
|