proposit-core
    Preparing search index...

    Variable CoreEntityForkRecordSchemaConst

    CoreEntityForkRecordSchema: TObject<
        {
            entityId: TString;
            forkedFromArgumentId: TString;
            forkedFromArgumentVersion: TNumber;
            forkedFromEntityId: TString;
            forkId: TString;
        },
    > = ...

    Base schema shared by all entity fork records. Each record tracks that a specific entity was created as part of a fork operation.

    No checksum field — fork records are immutable after creation.