SharedTreeArgs TypeAlias
The write format and associated options used to construct a SharedTree
Signature
export declare type SharedTreeArgs<WF extends WriteFormat = WriteFormat> = [writeFormat: WF, options?: SharedTreeOptions<WF>];
Type Parameters
Parameter | Constraint | Default | Description |
---|---|---|---|
WF | WriteFormat | WriteFormat |