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
prevLink?: boolean
nextLink?: boolean
prevLinks?: boolean
nextLinks?: boolean
locales?: Record<string, LocaleConfig & Omit<Config, 'locales'>>

Loading…
Cancel
Save