From 273b14dcb3269fe4ad987499804065f2253e0051 Mon Sep 17 00:00:00 2001 From: Perry George Date: Thu, 18 Sep 2025 10:23:45 +0100 Subject: [PATCH] fix: updated EntitlementsCheck return type --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 346ac6e..2d6804a 100644 --- a/src/types.ts +++ b/src/types.ts @@ -792,7 +792,7 @@ export type CheckLicensesCapabilitiesResponse = { }; export type EntitlementCheck = { - feature: { + features: { feature: string; expiry: Date; }[];