chore: add links to options doc strings

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-02-08 16:43:04 +01:00
parent db1066eec9
commit 89a2d00de7
+2 -2
View File
@@ -28,7 +28,7 @@ export type ReleaseManifest = {
};
/**
* Options for getByVersion.
* Options for {@link getManifestByVersion}.
* @public
*/
export type GetManifestByVersionOptions = {
@@ -58,7 +58,7 @@ export async function getManifestByVersion(
}
/**
* Options for getByReleaseLine.
* Options for {@link getManifestByReleaseLine}.
* @public
*/
export type GetManifestByReleaseLineOptions = {