UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

16 lines 719 B
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/trace/android/winscope_extensions.proto. */ export declare const file_protos_perfetto_trace_android_winscope_extensions: GenFile; /** * @generated from message perfetto.protos.WinscopeExtensions */ export type WinscopeExtensions = Message<"perfetto.protos.WinscopeExtensions"> & {}; /** * Describes the message perfetto.protos.WinscopeExtensions. * Use `create(WinscopeExtensionsSchema)` to create a new message. */ export declare const WinscopeExtensionsSchema: GenMessage<WinscopeExtensions>; //# sourceMappingURL=winscope_extensions_pb.d.ts.map