UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

25 lines 932 B
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/common/interceptor_descriptor.proto. */ export declare const file_protos_perfetto_common_interceptor_descriptor: GenFile; /** * Used to configure the properties of a data source interceptor. * * @generated from message perfetto.protos.InterceptorDescriptor */ export type InterceptorDescriptor = Message<"perfetto.protos.InterceptorDescriptor"> & { /** * e.g., "console", "etw" * * @generated from field: optional string name = 1; */ name: string; }; /** * Describes the message perfetto.protos.InterceptorDescriptor. * Use `create(InterceptorDescriptorSchema)` to create a new message. */ export declare const InterceptorDescriptorSchema: GenMessage<InterceptorDescriptor>; //# sourceMappingURL=interceptor_descriptor_pb.d.ts.map