diff --git a/src/models/index.ts b/src/models/index.ts index 834f312..4feede4 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -10,7 +10,7 @@ export { default as Motion, MotionInterface } from './Motion'; export { default as NNTrainingData, NNTrainingDataInterface } from './NNTrainingData'; export { default as Note, NoteInterface } from './Note'; export { default as PagerNumber, PagerNumberInterface, PagerNumberRaw } from './PagerNumber'; -export { default as Proclamation, ProclamationInterface } from './Proclamation' +export { default as Proclamation, ProclamationInterface } from './Proclamation'; export { default as Promo, PromoInterface } from './Promo'; export { default as Rank, RankInterface } from './Rank'; export { default as Redirect, RedirectInterface, RedirectRaw } from './Redirect';