fix null undefined types

This commit is contained in:
Simon
2025-01-09 23:59:29 +07:00
parent f6b5de00df
commit bf38cdc7f0
5 changed files with 534 additions and 520 deletions

View File

@@ -19,7 +19,7 @@ type ChannelOverwritesType = {
download_format?: string;
autodelete_days?: number;
index_playlists?: boolean;
integrate_sponsorblock?: boolean;
integrate_sponsorblock?: boolean | null;
subscriptions_channel_size?: number;
subscriptions_live_channel_size?: number;
subscriptions_shorts_channel_size?: number;