fix: prevLinks and nextLinks config type (#165)

pull/172/head
Matias Capeletto 4 years ago committed by GitHub
parent 4e4b59b294
commit 1b6981a915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,8 +57,8 @@ export namespace DefaultTheme {
*/ */
lastUpdated?: string | boolean lastUpdated?: string | boolean
prevLink?: boolean prevLinks?: boolean
nextLink?: boolean nextLinks?: boolean
locales?: Record<string, LocaleConfig & Omit<Config, 'locales'>> locales?: Record<string, LocaleConfig & Omit<Config, 'locales'>>

Loading…
Cancel
Save