Skip to content

PlanConfig

Defined in: index.ts:19

The persisted shape of the activation config. Identical to what @rxliuli/activation-client (and older hand-written fleet implementations) wrote under the idb-keyval ‘plan’ key — the default storage adapter takes over existing users’ data in place, no migration. extport returns expiresAt: null for perpetual licenses; far-future dates in old records still parse as-is.

code: string

Defined in: index.ts:20


expiresAt: string | null

Defined in: index.ts:22


fingerprint: string

Defined in: index.ts:23


tier: string

Defined in: index.ts:21