in src/react-native-app/protos/demo.ts [1590:1598]
currencyCode: isSet(object.currencyCode) ? globalThis.String(object.currencyCode) : "",
units: isSet(object.units) ? globalThis.Number(object.units) : 0,
nanos: isSet(object.nanos) ? globalThis.Number(object.nanos) : 0,
};
},
toJSON(message: Money): unknown {
const obj: any = {};
if (message.currencyCode !== "") {