Cerbos JavaScript SDK
    Preparing search index...

    Interface FileModificationCondition

    A condition that must be met to make a file modification.

    interface FileModificationCondition {
        storeVersionMustEqual: bigint;
    }
    Index

    Properties

    storeVersionMustEqual: bigint

    Only modify files if the store version is equal to the provided value.