export const EXAMPLE_ENTITY_TYPE = 'example'; export const EXAMPLE_ROOT_ENTITY_TYPE = 'example-root'; export type ExampleEntityType = typeof EXAMPLE_ENTITY_TYPE; export type ExampleRootEntityType = typeof EXAMPLE_ROOT_ENTITY_TYPE;