interface Setting {
    alertDelay: number;
    alertOrder: string[];
    backgroundColor: string;
    bit: Bit;
    customCss: string;
    donation: DoneruConfig.Donation;
    follower: Follower;
    hosting: Hosting;
    loadOnReload: number;
    membership: Membership;
    superchat: DoneruConfig.Superchat;
    support: Support;
    twitchSubscriber: TwitchSubscriber;
    youtubeSubscriber: YoutubeSubscriber;
}

Properties

alertDelay: number
alertOrder: string[]
backgroundColor: string
bit: Bit
customCss: string
follower: Follower
hosting: Hosting
loadOnReload: number
membership: Membership
support: Support
twitchSubscriber: TwitchSubscriber
youtubeSubscriber: YoutubeSubscriber