We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
init
importPages
1 parent 65d1930 commit 4473453Copy full SHA for 4473453
rest/page-data.ts
@@ -33,7 +33,7 @@ export type ImportPagesError = HTTPError;
33
export const importPages = async (
34
project: string,
35
data: ImportedData<boolean>,
36
- init: ExtendedOptions,
+ init?: ExtendedOptions,
37
): Promise<
38
Result<string, ImportPagesError | FetchError>
39
> => {
0 commit comments