@valon-technologies/gestalt
    Preparing search index...

    Conditional options for server-side copy operations.

    interface CopyOptions {
        ifMatch?: string;
        ifNoneMatch?: string;
    }
    Index

    Properties

    ifMatch?: string
    ifNoneMatch?: string