export type EntitlementsResult = { result?: boolean; monitoring?: true; }; export type EntitlementsBatchResult = Record; export type EntitlementsManyResult = EntitlementsResult[];