the-moby-effect
Version:
Moby/Docker API client built using effect-ts
18 lines • 658 B
TypeScript
import * as Schema from "effect/Schema";
declare const ContainerLogConfig_base: Schema.Class<ContainerLogConfig, {
Type: typeof Schema.String;
Config: Schema.NullOr<Schema.Record$<typeof Schema.String, typeof Schema.String>>;
}, Schema.Struct.Encoded<{
Type: typeof Schema.String;
Config: Schema.NullOr<Schema.Record$<typeof Schema.String, typeof Schema.String>>;
}>, never, {
readonly Type: string;
} & {
readonly Config: {
readonly [x: string]: string;
} | null;
}, {}, {}>;
export declare class ContainerLogConfig extends ContainerLogConfig_base {
}
export {};
//# sourceMappingURL=ContainerLogConfig.generated.d.ts.map