Skip to main content

Function: listCandidates()

listCandidates(svc, companyId, opts?): Promise<{ rows: CandidateRow[]; total: number; }>

Defined in: src/server/services/recruiting.ts:83

Parameters

svc

SupabaseClient

companyId

string

opts?

limit?

number

offset?

number

pool?

string

q?

string

Returns

Promise<{ rows: CandidateRow[]; total: number; }>