Type alias Float

Float: Tagged<"Float", {
    precision: number | null;
}>

Type declaration

  • Readonly precision: number | null

Generated using TypeDoc