DisBot
    Preparing search index...

    Type Alias JsInputValue

    JsInputValue:
        | null
        | undefined
        | string
        | number
        | boolean
        | bigint
        | Uint8Array
        | Date
        | DecimalJsLike
        | ObjectEnumValue
        | RawParameters
        | JsonConvertible
        | FieldRef<string, unknown>
        | JsInputValue[]
        | Skip
        | { [key: string]: JsInputValue }