interface IntNum {
    kind: "IntNum";
    value: bigint;
}

Properties

Properties

kind
value: bigint