@@ -1,8 +0,0 @@
-import {Entity, PrimaryColumn} from "typeorm";
-
-@Entity()
-export class FeedOutput {
- @PrimaryColumn()
- channelId: string;
-}