Documentation
    Preparing search index...

    Type Alias UpdateValues<M>

    UpdateValues: {
        [key in keyof Attributes<M>]?: Attributes<M>[key] | Fn | Col | Literal
    }

    A pojo of values to update.

    Used by Model.update

    Type Parameters