ProductListItemReference$0: {
    id: string;
    priority?: number;
    productList?: ProductListLink$0;
    public?: boolean;
    purchasedQuantity?: number;
    quantity?: number;
    type?: string;
} & {
    [key: string]: any;
}