@resee-movies/utilities - v0.11.0
    Preparing search index...

    Type Alias SerializeQueryObjectOptions

    Config options for the serializeQueryObject method.

    type SerializeQueryObjectOptions = {
        removeNull?: boolean;
        removeUndefined?: boolean;
    }
    Index

    Properties

    removeNull?: boolean
    removeUndefined?: boolean