Skip to content

craft-hub / ImportedWorkspaceMemberInput

Interface: ImportedWorkspaceMemberInput

Defined in: packages/craft-hub/src/workspaces.ts:30

Machine-local member discovered while importing an external workspace document.

Properties

available?

optional available?: boolean

Defined in: packages/craft-hub/src/workspaces.ts:34


name

name: string

Defined in: packages/craft-hub/src/workspaces.ts:31


path

path: string

Defined in: packages/craft-hub/src/workspaces.ts:32


projectId?

optional projectId?: string

Defined in: packages/craft-hub/src/workspaces.ts:33

Released under the MIT License.