/** * This file and any referenced files were automatically generated by @cosmology/telescope@1.12.21 * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain * and run the transpile command or npm scripts command that is used to regenerate this bundle. */ export type JsonSafe = T extends Uint8Array | bigint | Date ? string : T extends Array ? Array> : T extends object ? { [K in keyof T]: JsonSafe; } : T; //# sourceMappingURL=json-safe.d.ts.map