Skip to content

Commit

Permalink
style: organize the order of localeConfig properties
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Oct 19, 2020
1 parent 294836c commit 750fd7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/shared.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

export interface LocaleConfig {
lang: string
selectText?: string
label?: string
title?: string
description?: string
head?: HeadConfig[]
label?: string
selectText?: string
}

export interface SiteData<ThemeConfig = any> {
Expand Down

0 comments on commit 750fd7e

Please sign in to comment.