OmitAttributesVersions

Packages > @fluidframework/container-runtime > OmitAttributesVersions

This API is deprecated and will be removed in a future release.

  • This interface will no longer be exported in the future(AB#8004).

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

To use, import via @fluidframework/container-runtime/legacy.

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

Signature

export type OmitAttributesVersions<T> = Omit<T, "snapshotFormatVersion" | "summaryFormatVersion">;

Type Parameters

Parameter Description
T