interface GetProductInput {
    productId: string;
}

Properties

Properties

productId: string

Product Id used to fetch product

Generated using TypeDoc