perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
35 lines • 1.06 kB
TypeScript
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
* Describes the file protos/perfetto/trace/android/content/locale.proto.
*/
export declare const file_protos_perfetto_trace_android_content_locale: GenFile;
/**
* @generated from message perfetto.protos.LocaleProto
* @deprecated
*/
export type LocaleProto = Message<"perfetto.protos.LocaleProto"> & {
/**
* @generated from field: optional string language = 1;
*/
language: string;
/**
* @generated from field: optional string country = 2;
*/
country: string;
/**
* @generated from field: optional string variant = 3;
*/
variant: string;
/**
* @generated from field: optional string script = 4;
*/
script: string;
};
/**
* Describes the message perfetto.protos.LocaleProto.
* Use `create(LocaleProtoSchema)` to create a new message.
* @deprecated
*/
export declare const LocaleProtoSchema: GenMessage<LocaleProto>;
//# sourceMappingURL=locale_pb.d.ts.map