pull/5/head
SiRanWeb 2022-11-26 12:19:35 +03:00
rodzic 8054849fcf
commit c48c93333e
2 zmienionych plików z 61 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,3 @@
export * from './common/constants';
export * from './common/types';
export * from './models';

Wyświetl plik

@ -0,0 +1,58 @@
export * from './note/Note.model';
export * from './note/Note.types';
export * from './activity/Activity.model';
export * from './activity/Activity.types';
export * from './collection/Collection.model';
export * from './collection/Collection.types';
export * from './mention/Mention.model';
export * from './mention/Mention.types';
export * from './profile/Profile.model';
export * from './profile/Profile.types';
export * from './actor/Actor.model';
export * from './actor/Actor.types';
export * from './collectionPage/CollectionPage.model';
export * from './collectionPage/CollectionPage.types';
export * from './question/Question.model';
export * from './question/Question.types';
export * from './apBase/APBase.model';
export * from './apBase/APBase.model';
export * from './document/Document.model';
export * from './document/Document.types';
export * from './orderedCollection/OrderedCollection.model';
export * from './orderedCollection/OrderedCollection.types';
export * from './relationship/Relationship.model';
export * from './relationship/Relationship.types';
export * from './apEvent/APEvent.model';
export * from './apEvent/APEvent.types';
export * from './group/Group.model';
export * from './group/Group.types';
export * from './orderedCollectionPage/OrderedCollectionPage.model';
export * from './orderedCollectionPage/OrderedCollectionPage.types';
export * from './service/Service.model';
export * from './service/Service.types';
export * from './apObject/APObject.model';
export * from './apObject/APObject.types';
export * from './image/Image.model';
export * from './image/Image.types';
export * from './organization/Organization.model';
export * from './organization/Organization.types';
export * from './tombstone/Tombstone.model';
export * from './tombstone/Tombstone.types';
export * from './application/Application.model';
export * from './application/Application.types';
export * from './page/Page.model';
export * from './page/Page.types';
export * from './video/Video.model';
export * from './video/Video.types';
export * from './article/Article.model';
export * from './article/Article.types';
export * from './intransitiveActivity/IntransitiveActivity.model';
export * from './intransitiveActivity/IntransitiveActivity.types';
export * from './person/Person.model';
export * from './person/Person.types';
export * from './audio/Audio.model';
export * from './audio/Audio.types';
export * from './link/Link.model';
export * from './link/Link.types';
export * from './place/Place.model';
export * from './place/Place.types';