Skip to content

Type Alias: CreatePackImportRequest

type CreatePackImportRequest = object;

Defined in: packages/sdk/src/index.ts:888

Property Type Description Defined in
packId string A registered pack id — an unknown one rejects with unknown_pack. packages/sdk/src/index.ts:890
source string The pack-shaped source string (a repo URL, an interview session ref). packages/sdk/src/index.ts:892