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.
1 parent 3de4b0f commit 52becfeCopy full SHA for 52becfe
lib/plain/common-types.ts
@@ -287,7 +287,7 @@ export type PlainClientAPI = {
287
headers?: RawAxiosRequestHeaders
288
): Promise<EntryProps<T>>
289
patch<T extends KeyValueMap = KeyValueMap>(
290
- params: OptionalDefaults<GetSpaceEnvironmentParams & { entryId: string; version: number }>,
+ params: OptionalDefaults<GetSpaceEnvironmentParams & { entryId: string; version?: number }>,
291
rawData: OpPatch[],
292
293
0 commit comments