API reference / @evolu/common / Type / Int64String

Variable: Int64String

const Int64String: BrandType<
  BrandType<
    Type<
      "Brand",
      string & Brand<"Trimmed">,
      string,
      TrimmedError,
      string,
      StringError
    >,
    "MinLength1",
    MinLengthError<1>,
    StringError | TrimmedError
  >,
  "Int64",
  Int64StringError,
  StringError | TrimmedError | MinLengthError<1>
>;

Defined in: packages/common/src/Type.ts:3411

Stringified Int64.

Was this page helpful?