the-moby-effect
Version:
Moby/Docker API client built using effect-ts
17 lines • 1.54 kB
TypeScript
import * as Schema from "effect/Schema";
import * as EventsActor from "./EventsActor.generated.ts";
declare const EventsMessage_base: Schema.Class<EventsMessage, Schema.Struct<{
readonly status: Schema.optional<Schema.String>;
readonly id: Schema.optional<Schema.String>;
readonly from: Schema.optional<Schema.String>;
readonly Type: Schema.Literals<readonly ["builder", "config", "container", "daemon", "image", "network", "node", "plugin", "secret", "service", "volume"]>;
readonly Action: Schema.Literals<readonly ["create", "start", "restart", "stop", "checkpoint", "pause", "unpause", "attach", "detach", "resize", "update", "rename", "kill", "die", "oom", "destroy", "remove", "commit", "top", "copy", "archive-path", "extract-to-dir", "export", "import", "save", "load", "tag", "untag", "push", "pull", "prune", "delete", "enable", "disable", "connect", "disconnect", "reload", "mount", "unmount", "exec_create", "exec_start", "exec_die", "exec_detach", "health_status", "health_status: running", "health_status: healthy", "health_status: unhealthy"]>;
readonly Actor: Schema.NullOr<typeof EventsActor.EventsActor>;
readonly scope: 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>>;
}>, {}>;
export declare class EventsMessage extends EventsMessage_base {
}
export {};
//# sourceMappingURL=EventsMessage.generated.d.ts.map