API reference@evolu/commonBytes › ByteSizeLiteralTiB

const ByteSizeLiteralTiB: union(
  templateLiteral(Digit1To9, "TiB"),
  templateLiteral(Digit1To9, Digit, "TiB"),
  templateLiteral(Digit1To9, Digit, Digit, "TiB"),
  templateLiteral("10", Digit0To1, Digit, "TiB"),
  templateLiteral("102", Digit0To3, "TiB"),
  templateLiteral(Digit1To9, ".5TiB"),
  templateLiteral(Digit1To9, Digit, ".5TiB"),
  templateLiteral(Digit1To9, Digit, Digit, ".5TiB"),
  templateLiteral("10", Digit0To1, Digit, ".5TiB"),
  templateLiteral("102", Digit0To3, ".5TiB"),
);

Defined in: packages/common/src/Bytes.ts:1714

TiB: "1TiB" to "1023TiB" or "1.5TiB" to "1023.5TiB". See ByteSizeLiteral.