Files
automatisch/packages/backend/src/apps/flickr/triggers/index.ts
2022-11-05 23:57:33 +01:00

7 lines
264 B
TypeScript

import newAlbums from './new-albums';
import newFavoritePhotos from './new-favorite-photos';
import newPhotos from './new-photos';
import newPhotosInAlbums from './new-photos-in-album';
export default [newAlbums, newFavoritePhotos, newPhotos, newPhotosInAlbums];