UNPKG

the-moby-effect

Version:
14 lines 676 B
import * as Schema from "effect/Schema"; declare const RegistryAuthConfig_base: Schema.Class<RegistryAuthConfig, Schema.Struct<{ readonly username: Schema.optional<Schema.String>; readonly password: Schema.optional<Schema.String>; readonly auth: Schema.optional<Schema.String>; readonly email: Schema.optional<Schema.String>; readonly serveraddress: Schema.optional<Schema.String>; readonly identitytoken: Schema.optional<Schema.String>; readonly registrytoken: Schema.optional<Schema.String>; }>, {}>; export declare class RegistryAuthConfig extends RegistryAuthConfig_base { } export {}; //# sourceMappingURL=RegistryAuthConfig.generated.d.ts.map