interface OnConflictBuilderProps {
    onConflictNode: kysely.OnConflictNode;
}

Properties

Properties

onConflictNode: kysely.OnConflictNode