We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453ff4d commit b43b969Copy full SHA for b43b969
src/types/api/common.ts
@@ -1,6 +1,6 @@
1
export interface IProtobufTimeObject {
2
/** int64 */
3
- seconds?: string;
+ seconds?: string | number;
4
nanos?: number;
5
}
6
0 commit comments