/** * Generated by the protoc-gen-ts. DO NOT EDIT! * compiler version: 3.19.1 * source: testsystem/v1/common/common.proto * git: https://github.com/thesayyn/protoc-gen-ts */ import * as pb_1 from "google-protobuf"; export declare namespace testsystem.v1.common { enum TestStatus { UNKNOWN = 0, PASSED = 1, FAILED = 2, SKIPPED = 3, BROKEN = 4, TIMEDOUT = 5, INTERRUPTED = 6, RUNNING = 7, NOT_RUN = 8 } class Attachment extends pb_1.Message { #private; constructor(data?: any[] | ({ name?: string; mime_type?: string; } & (({ content?: Uint8Array; uri?: never; } | { content?: never; uri?: string; })))); get name(): string; set name(value: string); get mime_type(): string; set mime_type(value: string); get content(): Uint8Array; set content(value: Uint8Array); get has_content(): boolean; get uri(): string; set uri(value: string); get has_uri(): boolean; get payload(): "content" | "uri" | "none"; static fromObject(data: { name?: string; mime_type?: string; content?: Uint8Array; uri?: string; }): Attachment; toObject(): { name?: string; mime_type?: string; content?: Uint8Array; uri?: string; }; serialize(): Uint8Array; serialize(w: pb_1.BinaryWriter): void; static deserialize(bytes: Uint8Array | pb_1.BinaryReader): Attachment; serializeBinary(): Uint8Array; static deserializeBinary(bytes: Uint8Array): Attachment; } } //# sourceMappingURL=common.d.ts.map