chore: use since instead of version tag in TSDocs (#13126)

This commit is contained in:
Shahed Nasser
2025-08-01 17:52:52 +03:00
committed by GitHub
parent f9ca2691be
commit 57ad8fc755
19 changed files with 29 additions and 29 deletions

View File

@@ -136,7 +136,7 @@ export interface MedusaRequest<
/**
* An object containing fields and variables to be used with the remoteQuery
*
* @version 2.2.0
* @since 2.2.0
*/
queryConfig: {
fields: string[]

View File

@@ -41,7 +41,7 @@ declare module "@medusajs/types" {
*/
[ContainerRegistrationKeys.REMOTE_LINK]: Link
/**
* @version 2.2.0
* @since 2.2.0
*/
[ContainerRegistrationKeys.LINK]: Link
[ContainerRegistrationKeys.CONFIG_MODULE]: ConfigModule