Skip to content

craft-hub / ProjectRecord

Interface: ProjectRecord

Defined in: packages/craft-hub/src/types.ts:10

Persisted local project registration.

Properties

addedAt

addedAt: string

Defined in: packages/craft-hub/src/types.ts:18


color?

optional color?: "blue" | "cyan" | "green" | "orange" | "pink" | "purple" | "red" | "yellow"

Defined in: packages/craft-hub/src/types.ts:16


icon?

optional icon?: string

Defined in: packages/craft-hub/src/types.ts:14


iconWarning?

optional iconWarning?: string

Defined in: packages/craft-hub/src/types.ts:15


id

id: string

Defined in: packages/craft-hub/src/types.ts:11


name

name: string

Defined in: packages/craft-hub/src/types.ts:12


path

path: string

Defined in: packages/craft-hub/src/types.ts:13


trust

trust: TrustState

Defined in: packages/craft-hub/src/types.ts:17

Released under the MIT License.