feat(frontend): ScheduleConfig V2 types, weekday schema, export update
This commit is contained in:
@@ -5,7 +5,7 @@ export function exportChannel(channel: ChannelResponse): void {
|
||||
name: channel.name,
|
||||
description: channel.description ?? undefined,
|
||||
timezone: channel.timezone,
|
||||
blocks: channel.schedule_config.blocks,
|
||||
day_blocks: channel.schedule_config.day_blocks,
|
||||
recycle_policy: channel.recycle_policy,
|
||||
};
|
||||
const blob = new Blob([JSON.stringify(payload, null, 2)], {
|
||||
|
||||
Reference in New Issue
Block a user