interface EntitlementsWithInstance {
    Entitlements: {
        InstanceID: string;
        ItemID: string;
        TypeID: string;
    }[];
    ItemTypeID: string;
}

Hierarchy

Properties

Entitlements: {
    InstanceID: string;
    ItemID: string;
    TypeID: string;
}[]
ItemTypeID: string