the-moby-effect
Version:
Moby/Docker API client built using effect-ts
16 lines • 767 B
TypeScript
import * as Schema from "effect/Schema";
declare const ContainerTopResponse_base: Schema.Class<ContainerTopResponse, {
Processes: Schema.NullOr<Schema.Array$<Schema.NullOr<Schema.Array$<typeof Schema.String>>>>;
Titles: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
}, Schema.Struct.Encoded<{
Processes: Schema.NullOr<Schema.Array$<Schema.NullOr<Schema.Array$<typeof Schema.String>>>>;
Titles: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
}>, never, {
readonly Processes: readonly (readonly string[] | null)[] | null;
} & {
readonly Titles: readonly string[] | null;
}, {}, {}>;
export declare class ContainerTopResponse extends ContainerTopResponse_base {
}
export {};
//# sourceMappingURL=ContainerTopResponse.generated.d.ts.map