feat(frontend): ScheduleConfig V2 types, weekday schema, export update
This commit is contained in:
@@ -32,6 +32,7 @@ import type {
|
||||
ChannelResponse,
|
||||
ProgrammingBlock,
|
||||
RecyclePolicy,
|
||||
Weekday,
|
||||
} from "@/lib/types";
|
||||
|
||||
export default function DashboardPage() {
|
||||
@@ -84,7 +85,7 @@ export default function DashboardPage() {
|
||||
name: string;
|
||||
description: string;
|
||||
timezone: string;
|
||||
schedule_config: { blocks: ProgrammingBlock[] };
|
||||
schedule_config: { day_blocks: Record<Weekday, ProgrammingBlock[]> };
|
||||
recycle_policy: RecyclePolicy;
|
||||
auto_schedule: boolean;
|
||||
access_mode?: import("@/lib/types").AccessMode;
|
||||
|
||||
Reference in New Issue
Block a user