DisBot
    Preparing search index...

    Type Alias NullableBoolFieldUpdateOperationsInput

    type NullableBoolFieldUpdateOperationsInput = {
        set?: boolean | null;
    }
    Index

    Properties

    Properties

    set?: boolean | null