/** * #uuid.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ /** Many RPCs take just a UUID as a parameter; declare a common message here to make life simpler */ export type UUID = { id: string; }; //# sourceMappingURL=uuid.d.ts.map