Type alias RemoveProductService

RemoveProductService: ((params: { productId: string }, context: Context) => Promise<boolean>)

Type declaration

    • (params: { productId: string }, context: Context): Promise<boolean>
    • Parameters

      • params: { productId: string }
        • productId: string
      • context: Context

      Returns Promise<boolean>