the-moby-effect
Version:
Moby/Docker API client built using effect-ts
9 lines • 382 B
TypeScript
import * as Schema from "effect/Schema";
declare const ImageRootFS_base: Schema.Class<ImageRootFS, Schema.Struct<{
readonly Type: Schema.optional<Schema.String>;
readonly Layers: Schema.optional<Schema.NullOr<Schema.$Array<Schema.String>>>;
}>, {}>;
export declare class ImageRootFS extends ImageRootFS_base {
}
export {};
//# sourceMappingURL=ImageRootFS.generated.d.ts.map