Skip to main content

Function: eligibleSignersFor()

eligibleSignersFor(svc, companyId): Promise<EligibleSigner[]>

Defined in: src/server/services/countersigners.ts:11

Admins of a company eligible to be designated as agreement counter-signers — the owner, plus anyone flagged can_countersign. The profiles table holds only admins, so this is a small set.

Parameters

svc

SupabaseClient<Database>

companyId

string

Returns

Promise<EligibleSigner[]>