Skip to content

PromptScript API


Interface: ExpandedAlias

Defined in: resolver/src/alias-resolver.ts:17

Result of expanding a registry alias path.

Properties

path

path: string

Defined in: resolver/src/alias-resolver.ts:21

Path within the repository (subPath, with root prepended if configured)


repoUrl

repoUrl: string

Defined in: resolver/src/alias-resolver.ts:19

Resolved Git repository URL (HTTPS or SSH)


version?

optional version?: string

Defined in: resolver/src/alias-resolver.ts:23

Optional version tag or semver string (e.g., 'v1.2.0', '1.2.3')