Files
kmtnflower/src/app/interfaces/program.ts
T
2026-06-11 22:34:55 -07:00

10 lines
153 B
TypeScript

export interface Program {
id: number;
day_of_week: number;
day_label: string;
time: string;
title: string;
host: string;
genre: string;
}