Type Alias DataDisplayOptions

DataDisplayOptions: FormattingOptions & {
    theme?: "dark" | "light";
}