Type Alias BaseExportedDataState

BaseExportedDataState: MarkOptional<
    ExportedDataStateContent,
    "elements"
    | "localState"
    | "versionGraph",
>