Type Alias ProductIdOrTokenAddress

ProductIdOrTokenAddress: {
    productId: number;
} | {
    tokenAddress: string;
}