Skip to main content

Company

Defined in: packages/core/src/company/types.ts:8

Company information

Properties

created_at?

optional created_at: string

Defined in: packages/core/src/company/types.ts:24


description?

optional description: string

Defined in: packages/core/src/company/types.ts:12


existing_frameworks?

optional existing_frameworks: { label: string; selected: boolean; value: string; }[]

Defined in: packages/core/src/company/types.ts:13

label

label: string

selected

selected: boolean

value

value: string


id

id: string

Defined in: packages/core/src/company/types.ts:9


optional logo: string | null

Defined in: packages/core/src/company/types.ts:11


name

name: string

Defined in: packages/core/src/company/types.ts:10


saved_frameworks?

optional saved_frameworks: unknown[]

Defined in: packages/core/src/company/types.ts:18


settings?

optional settings: Record<string, unknown>

Defined in: packages/core/src/company/types.ts:26


system_experts_mapping?

optional system_experts_mapping: { expert_name: string; type: string; uuid: string; }[]

Defined in: packages/core/src/company/types.ts:19

expert_name

expert_name: string

type

type: string

uuid

uuid: string


updated_at?

optional updated_at: string

Defined in: packages/core/src/company/types.ts:25