This commit is contained in:
2024-10-03 16:22:20 +09:00
parent e512da9a48
commit d865938430
62 changed files with 931 additions and 905 deletions

View File

@@ -8,7 +8,7 @@
* @readonly
* @enum {number}
*/
export const enum EntryType {
const enum EntryType {
Article,
Tweet,
}
@@ -47,3 +47,4 @@ interface NewsEntry {
}
export type { ArticleInfo, NewsEntry };
export { EntryType };