Skip to main content

Interface: CurrentContractor

Defined in: src/server/auth/contractor.ts:8

Properties

companyId

companyId: string

Defined in: src/server/auth/contractor.ts:11


contractorId

contractorId: string

Defined in: src/server/auth/contractor.ts:9


contractorType

contractorType: "outsourced" | "in_house_admin"

Defined in: src/server/auth/contractor.ts:13


fullName

fullName: string

Defined in: src/server/auth/contractor.ts:12


status

status: string

Defined in: src/server/auth/contractor.ts:14


userId

userId: string

Defined in: src/server/auth/contractor.ts:10


viewingAs?

optional viewingAs?: boolean

Defined in: src/server/auth/contractor.ts:16

True when this is an owner viewing the portal AS this contractor (read-only).