chore: use since instead of version tag in TSDocs (#13126)
This commit is contained in:
@@ -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[]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user