chore: small tsdoc changes for remoteLink and remoteQueryConfig (#10837)
This commit is contained in:
@@ -6,9 +6,12 @@ export const ContainerRegistrationKeys = {
|
||||
REMOTE_QUERY: "remoteQuery",
|
||||
QUERY: "query",
|
||||
/**
|
||||
* @deprecated. Instead use "ContainerRegistrationKeys.LINK"
|
||||
* @deprecated use {@link ContainerRegistrationKeys.LINK} instead.
|
||||
*/
|
||||
REMOTE_LINK: "remoteLink",
|
||||
/**
|
||||
* @version 2.1.4
|
||||
*/
|
||||
LINK: "link",
|
||||
FEATURE_FLAG_ROUTER: "featureFlagRouter",
|
||||
} as const
|
||||
|
||||
Reference in New Issue
Block a user