Type Alias NostoProductProps

NostoProductProps: {
    placements?: string[];
    product: string;
    tagging?: Product;
}