@health-samurai/aidbox-client
    Preparing search index...

    Type Alias ConditionalPatchOptions

    type ConditionalPatchOptions = {
        type: string;
        searchParameters: Parameters;
        patch: (
            | AddPatch
            | RemovePatch
            | ReplacePatch
            | MovePatch
            | CopyPatch
            | TestPatch
        )[];
    }
    Index

    Properties

    type: string
    searchParameters: Parameters
    patch: (
        | AddPatch
        | RemovePatch
        | ReplacePatch
        | MovePatch
        | CopyPatch
        | TestPatch
    )[]