Skip to main content

Interface: OverageLink

Defined in: src/lib/overage.ts:20

The subset of an approval_requests row the aging view needs (most-recent row per week).

Properties

expiresAt

expiresAt: string | null

Defined in: src/lib/overage.ts:24

approval_requests.expires_at as an ISO string, or null (e.g. waivers).


status

status: string

Defined in: src/lib/overage.ts:22

approval_requests.status: pending | approved | expired | rejected.