Files
whsfund/node_modules/@grpc/grpc-js/src/generated/google/protobuf/Duration.ts
2026-03-06 04:54:20 -04:00

14 lines
248 B
TypeScript

// Original file: null
import type { Long } from '@grpc/proto-loader';
export interface Duration {
'seconds'?: (number | string | Long);
'nanos'?: (number);
}
export interface Duration__Output {
'seconds': (string);
'nanos': (number);
}