Skip to content
#

fluid

Here are 198 public repositories matching this topic...

sumedhb1995
sumedhb1995 commented Jun 8, 2021

Currently, TinyliciousClient and the new FrsClient have both their create/getContainer calls' return signatures as tuples:
Promise<[FluidContainer, TinyliciousContainerServices]> or Promise<[FluidContainer, FrsContainerServices]>

This should instead to be converted to object with defined interface:
`Promise<{ fluidContainer: FluidContainer, containerServices: TinyliciousContainerServices

Improve this page

Add a description, image, and links to the fluid topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fluid topic, visit your repo's landing page and select "manage topics."

Learn more