// SFDC SObject export interface IEntitlement { AccountId: string; AssetId: string; Associated_With_No_Engineering_Products__c: boolean; BusinessHoursId: string; BusinessUnit__c: string; CasesPerEntitlement: number; Consider_Supported__c: boolean; ContractLineItemId: string; ContractLineItemSubscriptionProductNum__c: string; CreatedById: string; CreatedDate: string; EndDate: string; Entitlement_Process_Rule__c: string; ExternalAccountNumber__c: string; ExternalContractId__c: string; ExternalContractLineItemId__c: string; ExternalEntitlementId__c: string; ExternalProductCode__c: string; Id: string; InstallBaseNumber__c: string; IsPerIncident: boolean; Is_L3__c: boolean; Is_Layered__c: boolean; Is_TAM_Entitlement__c: boolean; LastModifiedById: string; LastModifiedDate: string; LastReferencedDate: string; LastViewedDate: string; Level_Type_Concat__c: string; Name: string; OracleStatus__c: string; Quantity__c: number; RemainingCases: number; ServiceContractId: string; ServiceLevel__c: string; ServiceType__c: string; Service_Level_Label__c: string; Service_Value__c: string; SlaProcessId: string; StartDate: string; Status: string; StatusAndStartDate__c: string; SubscriptionNumber__c: string; SubscriptionProductNumber__c: string; Support_Level__c: string; SystemModstamp: string; Type: string; }