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 2295c89 commit 99ed0e5Copy full SHA for 99ed0e5
packages/payload/src/globals/operations/local/findVersionByID.ts
@@ -32,7 +32,7 @@ export type Options<TSlug extends GlobalSlug> = {
32
/**
33
* The ID of the version to find.
34
*/
35
- id: string
+ id: number | string
36
37
* Specify [locale](https://payloadcms.com/docs/configuration/localization) for any returned documents.
38
0 commit comments