Type Alias GetProductByIdData

GetProductByIdData: {
    productId: number;
}
""