/** * #hello.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ export type PingMessage = { message: string; delayMillis: number; successProbability: number; }; //# sourceMappingURL=hello.d.ts.map