Packages > @fluidframework/tree >

TreeLeafValue

Value that may be stored as a leaf node.

Signature

export type TreeLeafValue = number | string | boolean | IFluidHandle | null;