diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-15 19:17:11 +0100 | 
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-15 19:26:26 +0100 | 
| commit | 94f1c1fbea903e677476a167e51b549bb0c53330 (patch) | |
| tree | 3e0ac1c6acab52b3d31a8130788d39b2c0f9984e /src/ts | |
| parent | 3760b757f8fd35eafc340a43f7980ab954413f4e (diff) | |
chore: create legal notice view
Diffstat (limited to 'src/ts')
| -rw-r--r-- | src/ts/types/pages.ts | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ts/types/pages.ts b/src/ts/types/pages.ts index fa4d05d..4b38ff4 100644 --- a/src/ts/types/pages.ts +++ b/src/ts/types/pages.ts @@ -22,7 +22,7 @@ export type PageResponse = {  export type FetchPageByUriReturn = (uri: string) => Promise<RawPage>; -export type GetCVPageReturn = () => Promise<Page>; +export type GetPageReturn = () => Promise<Page>;  export type PageProps = {    page: Page; | 
