interface UserOptions {
    date_format?: string;
    decimal_separator?: string;
    show_last_updated_at?: string;
    thousand_separator?: string;
    time_format?: string;
}

Properties

date_format?: string
decimal_separator?: string
show_last_updated_at?: string
thousand_separator?: string
time_format?: string