Type alias TediousTypes

TediousTypes: Record<"BigInt" | "Binary" | "Bit" | "Char" | "Date" | "DateTime" | "DateTime2" | "DateTimeOffset" | "Decimal" | "Float" | "Image" | "Int" | "Money" | "NChar" | "NText" | "Null" | "Numeric" | "NVarChar" | "Real" | "SmallDateTime" | "SmallInt" | "SmallMoney" | "Text" | "Time" | "TinyInt" | "TVP" | "UDT" | "UniqueIdentifier" | "VarBinary" | "VarChar" | "Xml", {
    name: string;
    type: string;
}>

Type declaration

  • name: string
  • type: string

Generated using TypeDoc