OnConflictNode: Readonly<{
    cloneWith(node, props): kysely.OnConflictNode;
    cloneWithIndexOrWhere(node, operation): kysely.OnConflictNode;
    cloneWithIndexWhere(node, operation): kysely.OnConflictNode;
    cloneWithUpdateOrWhere(node, operation): kysely.OnConflictNode;
    cloneWithUpdateWhere(node, operation): kysely.OnConflictNode;
    cloneWithoutIndexWhere(node): kysely.OnConflictNode;
    cloneWithoutUpdateWhere(node): kysely.OnConflictNode;
    create(): kysely.OnConflictNode;
    is(node): node is kysely.OnConflictNode;
}>

Type declaration