perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
25 lines • 806 B
TypeScript
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
* Describes the file protos/perfetto/trace/android/graphics/point.proto.
*/
export declare const file_protos_perfetto_trace_android_graphics_point: GenFile;
/**
* @generated from message perfetto.protos.PointProto
*/
export type PointProto = Message<"perfetto.protos.PointProto"> & {
/**
* @generated from field: optional int32 x = 1;
*/
x: number;
/**
* @generated from field: optional int32 y = 2;
*/
y: number;
};
/**
* Describes the message perfetto.protos.PointProto.
* Use `create(PointProtoSchema)` to create a new message.
*/
export declare const PointProtoSchema: GenMessage<PointProto>;
//# sourceMappingURL=point_pb.d.ts.map