mirror of
https://github.com/strapi/strapi.git
synced 2025-07-06 00:21:18 +00:00
8 lines
299 B
TypeScript
8 lines
299 B
TypeScript
![]() |
export * as CollectionTypes from './collection-types';
|
||
|
export * as Components from './components';
|
||
|
export * as ContentTypes from './content-types';
|
||
|
export * as Init from './init';
|
||
|
export * as Relations from './relations';
|
||
|
export * as SingleTypes from './single-types';
|
||
|
export * as UID from './uid';
|