the-moby-effect
Version:
Moby/Docker API client built using effect-ts
10 lines • 575 B
TypeScript
import * as Schema from "effect/Schema";
declare const TypesPluginConfigInterface_base: Schema.Class<TypesPluginConfigInterface, Schema.Struct<{
readonly ProtocolScheme: Schema.optional<Schema.String>;
readonly Socket: Schema.String;
readonly Types: Schema.NullOr<Schema.$Array<Schema.NullOr<Schema.TemplateLiteral<readonly [Schema.String, ".", Schema.String, "/", Schema.String]>>>>;
}>, {}>;
export declare class TypesPluginConfigInterface extends TypesPluginConfigInterface_base {
}
export {};
//# sourceMappingURL=TypesPluginConfigInterface.generated.d.ts.map