UNPKG

the-moby-effect

Version:
21 lines 975 B
import * as Schema from "effect/Schema"; import * as PluginInterfaceType from "./PluginInterfaceType.generated.js"; declare const PluginConfigInterface_base: Schema.Class<PluginConfigInterface, { ProtocolScheme: Schema.optional<typeof Schema.String>; Socket: typeof Schema.String; Types: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof PluginInterfaceType.PluginInterfaceType>>>; }, Schema.Struct.Encoded<{ ProtocolScheme: Schema.optional<typeof Schema.String>; Socket: typeof Schema.String; Types: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof PluginInterfaceType.PluginInterfaceType>>>; }>, never, { readonly Socket: string; } & { readonly ProtocolScheme?: string | undefined; } & { readonly Types: readonly (PluginInterfaceType.PluginInterfaceType | null)[] | null; }, {}, {}>; export declare class PluginConfigInterface extends PluginConfigInterface_base { } export {}; //# sourceMappingURL=PluginConfigInterface.generated.d.ts.map