refactor(v2): correct client types and type aliases (#4451)

This commit is contained in:
Armano 2021-03-19 11:32:38 +01:00 committed by GitHub
parent 291a72fbae
commit 15107ee099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 128 additions and 97 deletions

View file

@ -100,7 +100,7 @@ declare module '@theme/DocPage' {
readonly route: {
readonly path: string;
readonly component: () => JSX.Element;
readonly routes: readonly DocumentRoute[];
readonly routes: DocumentRoute[];
};
};