Interface QueryPatches

interface QueryPatches {
    patches: readonly Patch[];
    query: Query;
}

Properties

Properties

patches: readonly Patch[]
query: Query