Skip to main content

Internal_InterfaceOfJsonableTypesWith Interface

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/datastore-definitions/legacy.

For more information about our API support guarantees, see here.

Signature

export interface Internal_InterfaceOfJsonableTypesWith<T>

Type Parameters

Parameter Description
T

Remarks

This type is a kludge and not intended for general use.

Index Signatures

IndexSignature Alerts Description
[index: string | number]: JsonableTypeWith<T> Alpha

Index Signature Details

[index: string | number]: JsonableTypeWith<T>

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/datastore-definitions/alpha.

For more information about our API support guarantees, see here.

Signature

[index: string | number]: JsonableTypeWith<T>;