Skip to content

Commit

Permalink
Revert api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaffiro committed May 28, 2024
1 parent 0d39ac9 commit 6040a46
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/inter
import { ITelemetryContext } from '@fluidframework/runtime-definitions/internal';
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils/internal';

// @internal
export function bindHandles(value: any, serializer: IFluidSerializer, bind: IFluidHandle): void;

// @internal
export function createSharedObjectKind<TSharedObject>(factory: (new () => IChannelFactory<TSharedObject>) & {
readonly Type: string;
Expand Down

0 comments on commit 6040a46

Please sign in to comment.