Type Alias NostoProductProps

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

Type declaration

  • Optionalplacements?: string[]
  • product: string
  • Optionalreference?: string
  • Optionaltagging?: Product