kysely
    Preparing search index...

    Type Alias OnConflictDatabase<DB, TB>

    OnConflictDatabase: {
        [K in keyof DB | "excluded"]: Updateable<
            K extends keyof DB ? DB[K] : DB[TB],
        >
    }

    Type Parameters

    • DB
    • TB extends keyof DB