the-moby-effect
Version:
Moby/Docker API client built using effect-ts
20 lines • 1.21 kB
TypeScript
import * as Schema from "effect/Schema";
import * as JsonmessageJSONError from "./JsonmessageJSONError.generated.ts";
import * as JsonmessageJSONProgress from "./JsonmessageJSONProgress.generated.ts";
declare const JSONMessage_base: Schema.Class<JSONMessage, Schema.Struct<{
readonly stream: Schema.optional<Schema.String>;
readonly status: Schema.optional<Schema.String>;
readonly progressDetail: Schema.optional<Schema.NullOr<typeof JsonmessageJSONProgress.JsonmessageJSONProgress>>;
readonly progress: Schema.optional<Schema.String>;
readonly id: Schema.optional<Schema.String>;
readonly from: Schema.optional<Schema.String>;
readonly time: Schema.optional<Schema.decodeTo<Schema.BigInt, Schema.String, never, never>>;
readonly timeNano: Schema.optional<Schema.decodeTo<Schema.BigInt, Schema.String, never, never>>;
readonly errorDetail: Schema.optional<Schema.NullOr<typeof JsonmessageJSONError.JsonmessageJSONError>>;
readonly error: Schema.optional<Schema.String>;
readonly aux: Schema.optional<Schema.NullOr<Schema.Unknown>>;
}>, {}>;
export declare class JSONMessage extends JSONMessage_base {
}
export {};
//# sourceMappingURL=JSONMessage.generated.d.ts.map