aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/types.ts
blob: 905b1dc8f3b28ea6ed4ad63aa6eea78445c02f79 (plain) (blame)
1
2
3
4
5
6
7
export interface Feed {
    _id: number;
    url: string;
    web_url: string;
    title: string;
    category: string;
}