EpUserEntitlements: {
    entitlements?: Entitlement[];
    id?: string;
    type?: string;
    userId?: string;
}

Type declaration

  • Optional Readonly entitlements?: Entitlement[]
  • Optional Readonly id?: string
  • Optional Readonly type?: string
  • Optional Readonly userId?: string