working 3 tier approach
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export interface Program {
|
||||
id: number;
|
||||
day_of_week: number;
|
||||
day_label: string;
|
||||
time: string;
|
||||
title: string;
|
||||
host: string;
|
||||
genre: string;
|
||||
}
|
||||
Reference in New Issue
Block a user