@pwngh/economy-lab
    Preparing search index...

    Interface EntitlementGrant

    interface EntitlementGrant {
        expiresAt: number | null;
        sku: string;
    }
    Index
    expiresAt: number | null

    Epoch ms the grant lapses (owned while now <= expiresAt), or null for a perpetual grant.

    sku: string