fix(struct): fix uint64

This commit is contained in:
Simon Chan 2022-04-03 21:13:55 +08:00
parent 1b49a911c5
commit 1f14dcc2af
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD

View file

@ -409,7 +409,7 @@ export class Struct<
) {
return this.bigint(
name,
BigIntFieldType.Int64,
BigIntFieldType.Uint64,
_typescriptType
);
}