Import an external git remote into a session repo.
(
name: string,
source: ArtifactImportSource,
opts?: ArtifactImportOptions,
)
| 64 | list(): Promise<ArtifactRepoSummary[]>; |
| 65 | /** Import an external git remote into a session repo. */ |
| 66 | import( |
| 67 | name: string, |
| 68 | source: ArtifactImportSource, |
| 69 | opts?: ArtifactImportOptions, |
no outgoing calls
no test coverage detected