UNPKG

the-moby-effect

Version:
24 lines 1.04 kB
import * as Schema from "effect/Schema"; declare const SystemPluginsInfo_base: Schema.Class<SystemPluginsInfo, { Volume: Schema.NullOr<Schema.Array$<typeof Schema.String>>; Network: Schema.NullOr<Schema.Array$<typeof Schema.String>>; Authorization: Schema.NullOr<Schema.Array$<typeof Schema.String>>; Log: Schema.NullOr<Schema.Array$<typeof Schema.String>>; }, Schema.Struct.Encoded<{ Volume: Schema.NullOr<Schema.Array$<typeof Schema.String>>; Network: Schema.NullOr<Schema.Array$<typeof Schema.String>>; Authorization: Schema.NullOr<Schema.Array$<typeof Schema.String>>; Log: Schema.NullOr<Schema.Array$<typeof Schema.String>>; }>, never, { readonly Log: readonly string[] | null; } & { readonly Volume: readonly string[] | null; } & { readonly Network: readonly string[] | null; } & { readonly Authorization: readonly string[] | null; }, {}, {}>; export declare class SystemPluginsInfo extends SystemPluginsInfo_base { } export {}; //# sourceMappingURL=SystemPluginsInfo.generated.d.ts.map