UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

21 lines 747 B
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/trace/track_event/screenshot.proto. */ export declare const file_protos_perfetto_trace_track_event_screenshot: GenFile; /** * @generated from message perfetto.protos.Screenshot */ export type Screenshot = Message<"perfetto.protos.Screenshot"> & { /** * @generated from field: optional bytes jpg_image = 1; */ jpgImage: Uint8Array; }; /** * Describes the message perfetto.protos.Screenshot. * Use `create(ScreenshotSchema)` to create a new message. */ export declare const ScreenshotSchema: GenMessage<Screenshot>; //# sourceMappingURL=screenshot_pb.d.ts.map