We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65d1930 + 4473453 commit 8fffbb2Copy full SHA for 8fffbb2
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