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

Properties

Properties

kind: "IntNum"
value: bigint