Documentation
    Preparing search index...

    Type Alias SQLiteNumericConfig<T>

    type SQLiteNumericConfig<
        T extends
            "string"
            | "number"
            | "bigint" = "string" | "number" | "bigint",
    > = {
        mode: T;
    }

    Type Parameters

    • T extends "string" | "number" | "bigint" = "string" | "number" | "bigint"
    Index

    Properties

    Properties

    mode: T