UNPKG

@oobleck/fluid-backend

Version:

Fluid Framework backend for nteract RTC

5 lines (4 loc) 359 B
import { IUser } from "@fluidframework/protocol-definitions"; export declare const user: IUser; export declare function createFluidContainer(containerId: string): Promise<import("@fluid-experimental/frs-client").FrsResources>; export declare function getFluidContainer(containerId: string): Promise<import("@fluid-experimental/frs-client").FrsResources>;