UpdateAniChartSettingsVariables is an interface that contains the variables that are required to update the AniChart settings.

interface UpdateAniChartSettingsVariables {
    outgoingLinkProvider: string;
    sort: string;
    theme: string;
    titleLanguage: string;
}

Properties

outgoingLinkProvider: string

outgoingLinkProvider is a string representing the outgoing link provider.

sort: string

sort is a string representing the sort order of the AniChart.

theme: string

theme is a string representing the theme of the AniChart.

titleLanguage: string

titleLanguage is a string representing the language of the title.