Skip to main content

Function: getCheckPdfUrl()

getCheckPdfUrl(checkId, download?): Promise<{ ok: true; url: string; } | { error: string; ok: false; }>

Defined in: src/server/actions/checks.ts:241

Read-only: a short-lived signed URL for a check's stored image/PDF (inline view or download).

Parameters

checkId

string

download?

boolean = false

Returns

Promise<{ ok: true; url: string; } | { error: string; ok: false; }>