Magek Framework
    Preparing search index...

    Interface MagekMetadata

    interface MagekMetadata {
        version: number;
        schemaVersion: number;
        optimisticConcurrencyValue?: string | number;
        lastUpdateAt?: string;
        lastProjectionInfo?: {
            entityId: string;
            entityName: string;
            entityUpdatedAt: string;
            projectionMethod: string;
        };
    }
    Index

    Properties

    version: number
    schemaVersion: number
    optimisticConcurrencyValue?: string | number
    lastUpdateAt?: string
    lastProjectionInfo?: {
        entityId: string;
        entityName: string;
        entityUpdatedAt: string;
        projectionMethod: string;
    }